diff options
author | erwin <erwin@FreeBSD.org> | 2006-12-09 21:22:14 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-12-09 21:22:14 +0800 |
commit | c62042e590e94d41d3720fc6b796ac7c439a9253 (patch) | |
tree | 5343dd201043d12b49f773cac4e7921656304aaa /textproc/p5-PDF-API2 | |
parent | c7b95cab2bd09cb83a0bd325b95d274aae2011ed (diff) | |
download | freebsd-ports-gnome-c62042e590e94d41d3720fc6b796ac7c439a9253.tar.gz freebsd-ports-gnome-c62042e590e94d41d3720fc6b796ac7c439a9253.tar.zst freebsd-ports-gnome-c62042e590e94d41d3720fc6b796ac7c439a9253.zip |
Fix dependency after the upgrade of archivers/p5-Compress-Zlib
Submitted by: pointyhat
Pointy hat to: demon
Diffstat (limited to 'textproc/p5-PDF-API2')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index 409d7c138b1b..6be2aabcb49b 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -8,6 +8,7 @@ PORTNAME= PDF-API2 PORTVERSION= 0.55 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PDF @@ -16,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= 'The Next Generation' of Text::PDF::API -BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +BUILD_DEPENDS= ${PERL_SITELIBDIR}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |