diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-01 00:55:07 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-01 00:55:07 +0800 |
commit | 3a5910470e50ee7f85f3d10c37943b9d5c726b72 (patch) | |
tree | f8f62d791dafc1424d1fcf801e0518c727b7a02f /x11-toolkits/gtk12/Makefile | |
parent | 9054c726d2a57640c111e603010c59002a9a2f43 (diff) | |
download | freebsd-ports-gnome-3a5910470e50ee7f85f3d10c37943b9d5c726b72.tar.gz freebsd-ports-gnome-3a5910470e50ee7f85f3d10c37943b9d5c726b72.tar.zst freebsd-ports-gnome-3a5910470e50ee7f85f3d10c37943b9d5c726b72.zip |
Upgrade to 1.1.14.
PR: ports/9803
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index b86001ce3a92..3ca200642959 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/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 |