diff options
author | az <az@FreeBSD.org> | 2012-06-06 02:07:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-06 02:07:08 +0800 |
commit | cce846ff674a2cde685b4281ef40210c8367ce0a (patch) | |
tree | ed03472bb5f5af6d85ddc1e74754eeac3424af6e /audio/liquidsoap/Makefile | |
parent | 1938d1dbfca38df77bb771dd6dd26f790cfdc171 (diff) | |
download | freebsd-ports-gnome-cce846ff674a2cde685b4281ef40210c8367ce0a.tar.gz freebsd-ports-gnome-cce846ff674a2cde685b4281ef40210c8367ce0a.tar.zst freebsd-ports-gnome-cce846ff674a2cde685b4281ef40210c8367ce0a.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer
Diffstat (limited to 'audio/liquidsoap/Makefile')
-rw-r--r-- | audio/liquidsoap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index 1c211b86cd1e..8b02ad93de31 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/de DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) -BUILD_DEPENDS+= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +BUILD_DEPENDS+= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM .endif OPTIONS= AACPLUS "AAC+ encoding" On \ |