diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-07-31 20:16:16 +0800 |
commit | 3f0dd290a8efb14235d194972afae5545b0d3aea (patch) | |
tree | 1743ea9acf2965417bc0128f67be7b2019833057 /audio | |
parent | aaa62020a13c09a1583549ed8495cc5be7188be4 (diff) | |
download | freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.tar.gz freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.tar.zst freebsd-ports-gnome-3f0dd290a8efb14235d194972afae5545b0d3aea.zip |
Convert to new perl framework.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-xmms2/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |