diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-04-22 17:31:55 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-04-22 17:31:55 +0000 |
commit | 4160e0f377a225ebcb5d157a24dfb9d85afbe6af (patch) | |
tree | 9f1b7ee31376dcc3e4b2446412b36f54b2f68e02 /audio | |
parent | bd9e18112dd406f14bdbb25a00e2c2179fae2274 (diff) |
Add missing USE_PERL5.
Reported by: pointyhat (via kris)
Notes
Notes:
svn path=/head/; revision=133949
Diffstat (limited to 'audio')
-rw-r--r-- | audio/slimserver/Makefile | 2 | ||||
-rw-r--r-- | audio/squeezeboxserver/Makefile | 2 | ||||
-rw-r--r-- | audio/squeezecenter/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/slimserver/Makefile b/audio/slimserver/Makefile index 14ad9229b294..d409caee47a7 100644 --- a/audio/slimserver/Makefile +++ b/audio/slimserver/Makefile @@ -25,6 +25,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder PKGINSTALL= ${WRKDIR}/pkg-install +USE_PERL5= yes + .include <bsd.port.pre.mk> SLIMCPANPKGS= Compress-Zlib-1.33.tar.gz \ diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 14ad9229b294..d409caee47a7 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -25,6 +25,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder PKGINSTALL= ${WRKDIR}/pkg-install +USE_PERL5= yes + .include <bsd.port.pre.mk> SLIMCPANPKGS= Compress-Zlib-1.33.tar.gz \ diff --git a/audio/squeezecenter/Makefile b/audio/squeezecenter/Makefile index 14ad9229b294..d409caee47a7 100644 --- a/audio/squeezecenter/Makefile +++ b/audio/squeezecenter/Makefile @@ -25,6 +25,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder PKGINSTALL= ${WRKDIR}/pkg-install +USE_PERL5= yes + .include <bsd.port.pre.mk> SLIMCPANPKGS= Compress-Zlib-1.33.tar.gz \ |