diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 17:06:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 17:06:28 +0800 |
commit | d0dceed3ce0ebdb5cb9f21fd56a8a15fc1a14700 (patch) | |
tree | f3a85a3964a96607434590a5f5083b067affea0d /x11-toolkits | |
parent | 42b7e4fb0ac503efe1cb20b0e2a97fa3ce29fc9e (diff) | |
download | freebsd-ports-gnome-d0dceed3ce0ebdb5cb9f21fd56a8a15fc1a14700.tar.gz freebsd-ports-gnome-d0dceed3ce0ebdb5cb9f21fd56a8a15fc1a14700.tar.zst freebsd-ports-gnome-d0dceed3ce0ebdb5cb9f21fd56a8a15fc1a14700.zip |
Move USE_X_PREFIX before .include <bsd.port.pre.mk>.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk13/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 5de06469205a..b1baf0547860 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.33 1998/12/12 04:43:30 vanilla Exp $ +# $Id: Makefile,v 1.34 1998/12/22 07:56:14 asami Exp $ # DISTNAME= gtk+-1.1.7 @@ -17,13 +17,12 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel +USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 BROKEN= requires perl5 .endif - -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 5de06469205a..b1baf0547860 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.33 1998/12/12 04:43:30 vanilla Exp $ +# $Id: Makefile,v 1.34 1998/12/22 07:56:14 asami Exp $ # DISTNAME= gtk+-1.1.7 @@ -17,13 +17,12 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel +USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 BROKEN= requires perl5 .endif - -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 5de06469205a..b1baf0547860 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.33 1998/12/12 04:43:30 vanilla Exp $ +# $Id: Makefile,v 1.34 1998/12/22 07:56:14 asami Exp $ # DISTNAME= gtk+-1.1.7 @@ -17,13 +17,12 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel +USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 BROKEN= requires perl5 .endif - -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 5de06469205a..b1baf0547860 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.33 1998/12/12 04:43:30 vanilla Exp $ +# $Id: Makefile,v 1.34 1998/12/22 07:56:14 asami Exp $ # DISTNAME= gtk+-1.1.7 @@ -17,13 +17,12 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel +USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 BROKEN= requires perl5 .endif - -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" |