diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/slv2 | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) | |
download | ports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip |
Notes
Diffstat (limited to 'audio/slv2')
-rw-r--r-- | audio/slv2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile index 73e47281901b..55c1bb554b54 100644 --- a/audio/slv2/Makefile +++ b/audio/slv2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slv2 -# Date created: 2008-11-25 -# Whom: xaimus <xaimus@gmail.com> -# +# Created by: xaimus <xaimus@gmail.com> # $FreeBSD$ -# PORTNAME= slv2 PORTVERSION= 0.6.6 @@ -20,10 +16,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:${PORTSDIR}/audio/lv2core LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ rdf.0:${PORTSDIR}/textproc/redland +USES= pkgconfig USE_BZIP2= yes USE_PYTHON_BUILD= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> |