diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-15 14:50:01 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-15 14:50:01 +0800 |
commit | ff34e459d1d82b6c15cbc3340dd4ee801ac4f428 (patch) | |
tree | 50e2a40d5b164871125a35bd92cd25a1955e1a1f /x11-toolkits/gtkmm20 | |
parent | f5f1bd8a72aff438de32cfc2f124a397413c7415 (diff) | |
download | freebsd-ports-gnome-ff34e459d1d82b6c15cbc3340dd4ee801ac4f428.tar.gz freebsd-ports-gnome-ff34e459d1d82b6c15cbc3340dd4ee801ac4f428.tar.zst freebsd-ports-gnome-ff34e459d1d82b6c15cbc3340dd4ee801ac4f428.zip |
Move the USE_X_PREFIX up a few lines so it actually gets used.
PR: 13137
Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
Diffstat (limited to 'x11-toolkits/gtkmm20')
-rw-r--r-- | x11-toolkits/gtkmm20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 4b3dfc6b2bcc..0d327a125976 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.10 1999/06/08 23:54:19 steve Exp $ +# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ # DISTNAME= Gtk---1.0.0 @@ -18,6 +18,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_X_PREFIX= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 @@ -26,7 +28,6 @@ CC= egcc CXX= eg++ .endif -USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ |