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/lv2core/Makefile | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) | |
download | ports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip |
Notes
Diffstat (limited to 'audio/lv2core/Makefile')
-rw-r--r-- | audio/lv2core/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/lv2core/Makefile b/audio/lv2core/Makefile index f59d1a4fc572..dbe15e45441f 100644 --- a/audio/lv2core/Makefile +++ b/audio/lv2core/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lv2core -# Date created: 2008-11-20 -# Whom: xaimus <xaimus@gmail.com> -# +# Created by: xaimus <xaimus@gmail.com> # $FreeBSD$ -# PORTNAME= lv2core PORTVERSION= 6.0 @@ -16,9 +12,9 @@ COMMENT= LV2 Core Package LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_BZIP2= yes USE_PYTHON_BUILD= yes -USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> |