diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
commit | e58a77a4ea7971b8ab87377a1ab8cec7e423f536 (patch) | |
tree | 1743ea9acf2965417bc0128f67be7b2019833057 | |
parent | f0e7ce220dfbf6377209ade763dccb62cacc0bd1 (diff) | |
download | freebsd-ports-gnome-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.tar.gz freebsd-ports-gnome-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.tar.zst freebsd-ports-gnome-e58a77a4ea7971b8ab87377a1ab8cec7e423f536.zip |
Convert to new perl framework.
-rw-r--r-- | audio/p5-xmms2/Makefile | 2 | ||||
-rw-r--r-- | mail/maildrop/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/p5-xmms2/Makefile b/audio/p5-xmms2/Makefile index 167bb33aa5ac..152750f6d784 100644 --- a/audio/p5-xmms2/Makefile +++ b/audio/p5-xmms2/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 -USE_PERL5= yes +USES= perl5 PLIST= ${.CURDIR}/pkg-plist diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 19b2538708d4..71e251d48a85 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -27,8 +27,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities LICENSE= GPLv3 USE_BZIP2= yes -USE_PERL5= yes -USES= iconv shebangfix +USES= iconv shebangfix perl5 .if defined(.PARSEDIR) USES+= gmake .endif |