diff options
author | az <az@FreeBSD.org> | 2012-06-05 17:50:45 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 17:50:45 +0800 |
commit | 337ddf05f3c869c335931257e6a71c0179e69751 (patch) | |
tree | 570dd4b10048580101a3b211db35fe73cabf3853 /irc/pisg | |
parent | 4574ffe9036b84f48419470da75f7ec3409a0708 (diff) | |
download | freebsd-ports-gnome-337ddf05f3c869c335931257e6a71c0179e69751.tar.gz freebsd-ports-gnome-337ddf05f3c869c335931257e6a71c0179e69751.tar.zst freebsd-ports-gnome-337ddf05f3c869c335931257e6a71c0179e69751.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via email)
Diffstat (limited to 'irc/pisg')
-rw-r--r-- | irc/pisg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pisg/Makefile b/irc/pisg/Makefile index 28f7e815930e..8940365cc665 100644 --- a/irc/pisg/Makefile +++ b/irc/pisg/Makefile @@ -21,7 +21,7 @@ OPTIONS= LOGCHARSET "Character set for logfiles" off .include <bsd.port.pre.mk> .if defined(WITH_LOGCHARSET) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv +RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv .endif do-build: |