ports/166464: [MAINTAINER] audio/liquidsoap: fix RUN_DEPENDS
Mykola Dzham
i at levsha.me
Wed Mar 28 14:20:08 UTC 2012
>Number: 166464
>Category: ports
>Synopsis: [MAINTAINER] audio/liquidsoap: fix RUN_DEPENDS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 28 14:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Mykola Dzham
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD laptop.levsha.me 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r233330: Mon Mar 26 12:02:33 EEST
>Description:
caml-camomile required on runtime, not only on build
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- liquidsoap-1.0.0_1.patch begins here ---
? .git
Index: Makefile
===================================================================
RCS file: /zdata/arch/csup/ports/audio/liquidsoap/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile 24 Mar 2012 23:03:12 -0000 1.14
+++ Makefile 28 Mar 2012 14:09:59 -0000
@@ -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
@@ -21,6 +22,8 @@
${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)
--- liquidsoap-1.0.0_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list