diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-24 22:44:00 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-24 22:44:00 +0800 |
commit | 65aeaff4c61144eddd3dc92d224fe9ba6fb5ae5e (patch) | |
tree | a2d879b0c52481a2624ba21c83f8c35097777d7b /textproc | |
parent | bc4cddefa4d9ff8f2a07bbb284864471ad8542bd (diff) | |
download | freebsd-ports-graphics-65aeaff4c61144eddd3dc92d224fe9ba6fb5ae5e.tar.gz freebsd-ports-graphics-65aeaff4c61144eddd3dc92d224fe9ba6fb5ae5e.tar.zst freebsd-ports-graphics-65aeaff4c61144eddd3dc92d224fe9ba6fb5ae5e.zip |
Remove local definition of SITE_PERL
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Catalog/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-Catalog/Makefile b/textproc/p5-XML-Catalog/Makefile index e1a5cbd0f27..d756f4a543c 100644 --- a/textproc/p5-XML-Catalog/Makefile +++ b/textproc/p5-XML-Catalog/Makefile @@ -17,12 +17,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Resolve public identifiers and remap system identifiers -BUILD_DEPENDS= ${SITE_PERL}/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_VER}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_VER}/URI/URL.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl PERL_CONFIGURE= yes MAN3= XML::Catalog.3 |