diff options
author | rm <rm@FreeBSD.org> | 2012-03-30 04:11:48 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-03-30 04:11:48 +0800 |
commit | 6b9dd9171bc4990e2ed19c0e36c0be86f4d1b580 (patch) | |
tree | 27e0cfa9c396e462683c4d316b096cf237ebee40 | |
parent | 7a26af37b260b94f55e02bdc53f635be314febc5 (diff) | |
download | freebsd-ports-gnome-6b9dd9171bc4990e2ed19c0e36c0be86f4d1b580.tar.gz freebsd-ports-gnome-6b9dd9171bc4990e2ed19c0e36c0be86f4d1b580.tar.zst freebsd-ports-gnome-6b9dd9171bc4990e2ed19c0e36c0be86f4d1b580.zip |
- add missing run dependency
- bump PORTREVISION
While I'm here also drop unnecessary LICENSE_FILE knob (for GPLv2)
PR: 166464
Submitted by: Mykola Dzham <i at levsha dot me> (maintainer)
Feature safe: yes
-rw-r--r-- | audio/liquidsoap/Makefile | 4 | ||||
-rw-r--r-- | audio/liquidsoap/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index 6b004b33c31d..eb288eb11058 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -7,6 +7,7 @@ PORTNAME= liquidsoap PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SF/savonet/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-full @@ -15,12 +16,13 @@ MAINTAINER= i@levsha.me COMMENT= The audio stream generator of the Savonet project LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${OCAMLFIND_DEPEND} \ ${LOCALBASE}/${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ ${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile +RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile + DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) diff --git a/audio/liquidsoap/pkg-descr b/audio/liquidsoap/pkg-descr index 7be6ae6dd490..907cfd83c15c 100644 --- a/audio/liquidsoap/pkg-descr +++ b/audio/liquidsoap/pkg-descr @@ -6,4 +6,4 @@ you more power than you need for creating an original netradio. But liquidsoap is still very light and easy to use, in the Unix tradition of simple strong components working together. -WWW: http://savonet.sourceforge.net/ +WWW: http://savonet.sourceforge.net/ |