diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-02 02:14:05 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-02 02:14:05 +0800 |
commit | a9643a14c0e7164b1d9fc82d357d7212e0106be6 (patch) | |
tree | 4f8e2170f4fe981bc286b51e7f2ab9f95cd6d2d1 /x11-toolkits/gtk20/Makefile | |
parent | bbdf415060035c4cbcd69d36cda80c2ba6ca4714 (diff) | |
download | freebsd-ports-gnome-a9643a14c0e7164b1d9fc82d357d7212e0106be6.tar.gz freebsd-ports-gnome-a9643a14c0e7164b1d9fc82d357d7212e0106be6.tar.zst freebsd-ports-gnome-a9643a14c0e7164b1d9fc82d357d7212e0106be6.zip |
Update to 1.3.6.
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index fbc0068baea1..84bb0a63bd8c 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ @@ -19,8 +19,8 @@ DISTNAME= gtk+-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= glib-1.3.5:${PORTSDIR}/devel/glib13 \ - atk.0:${PORTSDIR}/devel/atk \ +LIB_DEPENDS= glib-1.3.6:${PORTSDIR}/devel/glib13 \ + atk.2:${PORTSDIR}/devel/atk \ pango.0:${PORTSDIR}/x11-toolkits/pango \ png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ @@ -32,8 +32,8 @@ NO_LATEST_LINK= "Unstable, development version." USE_X_PREFIX= yes USE_XPM= yes USE_PERL5= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= GTK_VERSION="${PORTVERSION}" |