diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-27 03:17:44 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-27 03:17:44 +0800 |
commit | a9da0c808ecea55e26d1ff0ad7a12f577184d63b (patch) | |
tree | 816766414f8103d03dac81a5413a1ca24c5a80a0 /x11-toolkits/gtk20/Makefile | |
parent | efd7b1d9a4ef7b4506c6ead371192eb8be920be7 (diff) | |
download | freebsd-ports-gnome-a9da0c808ecea55e26d1ff0ad7a12f577184d63b.tar.gz freebsd-ports-gnome-a9da0c808ecea55e26d1ff0ad7a12f577184d63b.tar.zst freebsd-ports-gnome-a9da0c808ecea55e26d1ff0ad7a12f577184d63b.zip |
Upgrade to 1.1.9.
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index b1baf0547860..820c07883343 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk11-devel -# Version required: 1.1.7 +# Version required: 1.1.9 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.34 1998/12/22 07:56:14 asami Exp $ +# $Id: Makefile,v 1.35 1998/12/22 09:06:28 asami Exp $ # -DISTNAME= gtk+-1.1.7 -PKGNAME= gtk-1.1.7 +DISTNAME= gtk+-1.1.9 +PKGNAME= gtk-1.1.9 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ @@ -15,17 +15,19 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ MAINTAINER= vanilla@FreeBSD.ORG +RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 -BROKEN= requires perl5 +USE_PERL5= yes .endif GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ + CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d post-install: |