diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /print | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) | |
download | ports-bc47cccc84a1837da1919cf6c75785c9646d1761.tar.gz ports-bc47cccc84a1837da1919cf6c75785c9646d1761.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-GnomePrint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/p5-GnomePrint/Makefile b/print/p5-GnomePrint/Makefile index 788bf2fbec36..817f1d837492 100644 --- a/print/p5-GnomePrint/Makefile +++ b/print/p5-GnomePrint/Makefile @@ -7,6 +7,7 @@ PORTNAME= GnomePrint PORTVERSION= 0.7005 +PORTREVISION= 1 CATEGORIES= print lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk @@ -17,8 +18,6 @@ MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint USE_GNOME= yes PERL_CONFIGURE= yes |