diff options
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index b86001ce3a92..3ca200642959 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,11 +3,11 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.41 1999/01/05 00:58:09 vanilla Exp $ +# $Id: Makefile,v 1.42 1999/01/20 22:14:27 vanilla Exp $ # -DISTNAME= gtk+-1.1.13 -PKGNAME= gtk-1.1.13 +DISTNAME= gtk+-1.1.14 +PKGNAME= gtk-1.1.14 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ @@ -22,11 +22,10 @@ LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel USE_X_PREFIX= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ +CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ - CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d MAN1= gtk-config.1 |