diff options
author | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
commit | 29cee150e7e4c823965c08385939f0e1bf23e7d7 (patch) | |
tree | 3bb5b393873800151e81765a428cde4ee349f14b /databases | |
parent | a6079bdd0586409f9612215ee38ad459104e2d51 (diff) | |
download | freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.gz freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.zst freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.zip |
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xmysql/Makefile | 4 | ||||
-rw-r--r-- | databases/xmysqladmin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index ff57d0f0dfdb..dd97e6b2ea60 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Sep 2 15:46:09 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1998/01/29 12:26:01 andreas Exp $ +# $Id: Makefile,v 1.4 1998/03/02 19:28:17 andreas Exp $ # DISTNAME= xmysql-1.8 @@ -19,6 +19,6 @@ BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ xforms\\.0\\.:${PORTSDIR}/x11/xforms -USE_X11= yes +USE_X_PREFIX= yes .include <bsd.port.mk> diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index b0c4f3edd06b..59c100e392d0 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -3,7 +3,7 @@ # Date created: Di 2 Sep 1997 16:29:27 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.4 1998/02/02 15:58:45 asami Exp $ +# $Id: Makefile,v 1.5 1998/03/02 18:42:21 andreas Exp $ # DISTNAME= xmysqladmin-0.4.4 @@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ xforms\\.0\\.:${PORTSDIR}/x11/xforms WRKSRC= ${WRKDIR}/xmysqladmin -USE_X11= yes +USE_X_PREFIX= yes ALL_TARGET= xmysqladmin .include <bsd.port.mk> |