aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gnome/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 21:00:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 21:00:32 +0000
commit38ef61bc182c83a271d47ee0d2a52d1892b6bab3 (patch)
tree2ab454fe2a3ac85e1bc049b5558c0130cb2f607e /x11-toolkits/p5-Gnome/Makefile
parentac3bb953d44e292a0e61b005789c8f4fb05d8d77 (diff)
downloadports-38ef61bc182c83a271d47ee0d2a52d1892b6bab3.tar.gz
ports-38ef61bc182c83a271d47ee0d2a52d1892b6bab3.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Gnome/Makefile')
-rw-r--r--x11-toolkits/p5-Gnome/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile
index 2710aded5907..f45ea8c4a694 100644
--- a/x11-toolkits/p5-Gnome/Makefile
+++ b/x11-toolkits/p5-Gnome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Gnome
-PORTVERSION= 0.7005
+PORTVERSION= 0.7006
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
@@ -17,10 +17,15 @@ MAINTAINER= vanilla@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
+RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
USE_GNOME= yes
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
+MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
+MAN3= Gnome.3pm \
+ Gnome::reference.3pm
+
.include <bsd.port.mk>