diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-28 05:00:32 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-28 05:00:32 +0800 |
commit | ceea0fe56be0781028bce6fb55f5111deb78e4af (patch) | |
tree | d43c18fa0c3f2cd0d17591bff231a1f54edaa111 /x11-toolkits/p5-Gtk/Makefile | |
parent | 3ea52995d253fc8818d3cc1f8a9153628411ea26 (diff) | |
download | freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.tar.gz freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.tar.zst freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.zip |
Upgrade to 0.7006.
Diffstat (limited to 'x11-toolkits/p5-Gtk/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index 0d5295bb9076..0811f5448385 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Gtk -PORTVERSION= 0.7005 +PORTVERSION= 0.7006 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk @@ -15,11 +15,17 @@ DISTNAME= ${PORTNAME}-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer + USE_GTK= yes PERL_CONFIGURE= yes CONFIGURE_ARGS= --without-guessing --lazy-load MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= cookbook.3pm +MAN3= Gtk.3pm \ + Gtk::CListModel.3pm \ + Gtk::cookbook.3pm \ + Gtk::objects.3pm \ + Gtk::reference.3pm .include <bsd.port.mk> |