diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-05 23:02:04 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-05 23:02:04 +0000 |
commit | 8d1bb25964139bc708bed5fb0b47a6384988cb81 (patch) | |
tree | d8476ef7a28cefd80e363b302c1cadd641719e0f /print/p5-PDFLib/Makefile | |
parent | fdaf9a6af79748c82e0b0fdf5268835ff830de77 (diff) | |
download | FreeBSD-ports-8d1bb25964139bc708bed5fb0b47a6384988cb81.zip FreeBSD-ports-8d1bb25964139bc708bed5fb0b47a6384988cb81.tar.gz |
Make this port depend on the slave port pdflib-perl.
Diffstat (limited to 'print/p5-PDFLib/Makefile')
-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 44959ea..75c1ebb 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 |