diff options
author | ade <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /x11-toolkits/p5-GdkPixbuf | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | FreeBSD-ports-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip FreeBSD-ports-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'x11-toolkits/p5-GdkPixbuf')
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile index 3d46f3b..f2911ab 100644 --- a/x11-toolkits/p5-GdkPixbuf/Makefile +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -7,7 +7,8 @@ PORTNAME= GdkPixbuf PORTVERSION= 0.7005 -CATEGORIES= x11-toolkits lang perl5 +PORTREVISION= 1 +CATEGORIES= x11-toolkits lang perl5 gnome MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk PKGNAMEPREFIX= p5- @@ -16,8 +17,8 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +USE_GNOMECTRL= yes PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} |