diff options
author | az <az@FreeBSD.org> | 2012-06-06 02:34:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-06 02:34:53 +0800 |
commit | d0cc906580af9a5c574fe13c57180e6bedcd0232 (patch) | |
tree | e2e6787daaefecbcd0eb3ad902bfce5ff8b05f8b /print | |
parent | 37fa7bcc5f845374a54be4fe278e441eb71ceb95 (diff) | |
download | freebsd-ports-gnome-d0cc906580af9a5c574fe13c57180e6bedcd0232.tar.gz freebsd-ports-gnome-d0cc906580af9a5c574fe13c57180e6bedcd0232.tar.zst freebsd-ports-gnome-d0cc906580af9a5c574fe13c57180e6bedcd0232.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-PDFLib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/p5-PDFLib/Makefile b/print/p5-PDFLib/Makefile index fbb1b6009aa9..94f9fb7fafa7 100644 --- a/print/p5-PDFLib/Makefile +++ b/print/p5-PDFLib/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= More OO interface to pdflib_pl.pm -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib-perl +BUILD_DEPENDS= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |