From 1763e18dc72c3ed6c2e594ad29b4e02c1dc162a6 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 15 Aug 1999 06:50:01 +0000 Subject: Move the USE_X_PREFIX up a few lines so it actually gets used. PR: 13137 Submitted by: Yasuhito FUTATSUKI --- x11-toolkits/gtkmm20/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/gtkmm20') 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 # -# $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 .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 \ -- cgit v1.2.3