diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:52:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:52:54 +0800 |
commit | 7334f9e3595adca6e3037545ff416a5565658030 (patch) | |
tree | 043befe8e5815425dd16f87ee2ff808986cb7b24 /www/MT | |
parent | aa44daa1a2357db2175dd99b45bc46bbdfc3e66b (diff) | |
download | freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.gz freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.zst freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/MT')
-rw-r--r-- | www/MT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index dd4ab1a70776..65dc076306d0 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -29,7 +29,7 @@ OPTIONS= APACHE "USE_APACHE" off \ .if !defined(WITHOUT_OPTIONAL_MODULES) RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ - ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ + ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \ p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA \ p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail \ p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ |