diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 7ef7264ae34f6cb991ce3f03434603e8aab6cfa8 (patch) | |
tree | a505991cc1185979959e05f2383dd62ab5c377ef /graphics | |
parent | 6776f0024b38608c125fd923b6ef1e1bcded4bf9 (diff) | |
download | FreeBSD-ports-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.zip FreeBSD-ports-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.gz |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cthumb/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Image-Grab/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile index 4db2dc9..20e158d 100644 --- a/graphics/cthumb/Makefile +++ b/graphics/cthumb/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:${PORTSDIR}/graphics/netpbm \ ${SITE_PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI -SITE_PERL= ${SITE_PERL} SITE_PERL_ARCH= ${SITE_PERL}/${PERL_ARCH} GNU_CONFIGURE= yes diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile index 5e04d15..d016a4f 100644 --- a/graphics/p5-Image-Grab/Makefile +++ b/graphics/p5-Image-Grab/Makefile @@ -24,7 +24,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes CONFIGURE_ENV= ${ECHO_CMD} "N" | |