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 /print | |
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 'print')
-rw-r--r-- | print/muttprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 026f43c2a47c..05a129e69d2e 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -24,8 +24,8 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \ uncompface:${PORTSDIR}/mail/faces \ convert:${PORTSDIR}/graphics/ImageMagick \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv .if defined(WITH_CUPS) RUN_DEPENDS+= cupstestppd:${PORTSDIR}/print/cups-base \ espgs:${PORTSDIR}/print/cups-pstoraster |