diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 21:00:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 21:00:32 +0000 |
commit | 38ef61bc182c83a271d47ee0d2a52d1892b6bab3 (patch) | |
tree | 2ab454fe2a3ac85e1bc049b5558c0130cb2f607e /x11-toolkits/p5-GdkImlib/Makefile | |
parent | ac3bb953d44e292a0e61b005789c8f4fb05d8d77 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-GdkImlib/Makefile')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index a3dabf5564b1..deb248a89e95 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GdkImlib -PORTVERSION= 0.7005 +PORTVERSION= 0.7006 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk @@ -16,9 +16,13 @@ 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 +RUN_DEPENDS= ${BUILD_DEPENDS} USE_IMLIB= yes PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} +MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} +MAN3= Gtk::Gdk::ImlibImage::reference.3pm + .include <bsd.port.mk> |