diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-24 08:23:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-24 08:23:29 +0000 |
commit | e559f704c0c9bf19fd0a2a5c5d07055bed25d357 (patch) | |
tree | fcc9ba9ee03f53da438feb077807e6039040e150 /x11-toolkits/gtk30/Makefile | |
parent | 9639101906011cbf398e91f8e5c05cc952237043 (diff) | |
download | ports-e559f704c0c9bf19fd0a2a5c5d07055bed25d357.tar.gz ports-e559f704c0c9bf19fd0a2a5c5d07055bed25d357.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index a6dcb4e23d2a..c1b8ac4b55b9 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.9 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.6:${PORTSDIR}/devel/glib13 \ - atk.2:${PORTSDIR}/devel/atk \ +LIB_DEPENDS= glib-1.3.9:${PORTSDIR}/devel/glib13 \ + atk.5:${PORTSDIR}/devel/atk \ pango.0:${PORTSDIR}/x11-toolkits/pango \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ @@ -38,7 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= GTK_VERSION="${PORTVERSION}" -MAN1= gtk-config-2.0.1 +MAN1= gdk-pixbuf-csource.1 post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ |