diff options
author | az <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
commit | fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7 (patch) | |
tree | 05e35e823c6c0839698e5cbca1fb402d5046521c /print | |
parent | 1012906806e6b8c0a4e2370861093f5cd51d2a52 (diff) | |
download | freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.tar.gz freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.tar.zst freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-PDF-Template/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/p5-PDF-Template/Makefile b/print/p5-PDF-Template/Makefile index d7ea89021550..7da97f010a0c 100644 --- a/print/p5-PDF-Template/Makefile +++ b/print/p5-PDF-Template/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= yaizawa@2004.jukuin.keio.ac.jp COMMENT= PDF layout system that uses the same data structures as HTML::Template -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib-perl \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS+= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |