diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 23:02:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 23:02:04 +0000 |
commit | 0e98521512f1e0421d1ea7f8e312975ebc3be74a (patch) | |
tree | 12adc9e26277a7b4b326eb3e896dfdff716059be /print/p5-PDFLib | |
parent | 36f443c82a4644cfa7c087f921653b855e4d8479 (diff) | |
download | ports-0e98521512f1e0421d1ea7f8e312975ebc3be74a.tar.gz ports-0e98521512f1e0421d1ea7f8e312975ebc3be74a.zip |
Notes
Diffstat (limited to 'print/p5-PDFLib')
-rw-r--r-- | print/p5-PDFLib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/p5-PDFLib/Makefile b/print/p5-PDFLib/Makefile index 44959ea1e67e..75c1ebbf4d64 100644 --- a/print/p5-PDFLib/Makefile +++ b/print/p5-PDFLib/Makefile @@ -8,6 +8,7 @@ PORTNAME= PDFLib PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= print perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSERGEANT @@ -16,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= More OO interface to pdflib_pl.pm -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib-perl RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes |