From 3f74c4e16791b2533f1e719094093f09b3e250c2 Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 5 Apr 2001 03:46:25 +0000 Subject: [PATCH] Use , for FLAVORs. --- databases/Makefile | 6 +++--- graphics/Makefile | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/databases/Makefile b/databases/Makefile index 04ef3f5163c..b01ff7d5be8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2001/04/02 15:17:42 wilfried Exp $ +# $OpenBSD: Makefile,v 1.22 2001/04/05 03:46:25 brad Exp $ # $FreeBSD: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $ # SUBDIR += cdb SUBDIR += db - SUBDIR += db:java + SUBDIR += db,java SUBDIR += gdbm SUBDIR += gnats SUBDIR += iodbc @@ -17,7 +17,7 @@ SUBDIR += p5-DBD-Pg SUBDIR += p5-DBI SUBDIR += postgresql - SUBDIR += postgresql:tcl + SUBDIR += postgresql,tcl SUBDIR += xmysql SUBDIR += xmysqladmin diff --git a/graphics/Makefile b/graphics/Makefile index 04e9e81e5f6..a552be6f62e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.56 2001/03/30 22:04:21 avsm Exp $ +# $OpenBSD: Makefile,v 1.57 2001/04/05 03:46:25 brad Exp $ # $FreeBSD: Makefile,v 1.55 1997/11/03 12:12:27 tg Exp $ # SUBDIR += ImageMagick SUBDIR += Mesa SUBDIR += aalib - SUBDIR += aalib:no_x11 + SUBDIR += aalib,no_x11 # SUBDIR += aero # SUBDIR += camediaplay SUBDIR += compface @@ -16,7 +16,7 @@ SUBDIR += fnlib SUBDIR += fxtv SUBDIR += gd - SUBDIR += gd:no_x11 + SUBDIR += gd,no_x11 SUBDIR += gdk-pixbuf # SUBDIR += geomview # SUBDIR += gfont @@ -53,7 +53,7 @@ SUBDIR += netpbm SUBDIR += p5-Imager SUBDIR += p5-GD - SUBDIR += p5-GD:no_x11 + SUBDIR += p5-GD,no_x11 SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-TextUtil