[Midnightbsd-cvs] mports [15958] trunk/audio/lash/Makefile: fix license
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 28 20:07:44 EST 2014
Revision: 15958
http://svnweb.midnightbsd.org/mports/?rev=15958
Author: laffer1
Date: 2014-02-28 20:07:43 -0500 (Fri, 28 Feb 2014)
Log Message:
-----------
fix license
Modified Paths:
--------------
trunk/audio/lash/Makefile
Modified: trunk/audio/lash/Makefile
===================================================================
--- trunk/audio/lash/Makefile 2014-03-01 01:06:20 UTC (rev 15957)
+++ trunk/audio/lash/Makefile 2014-03-01 01:07:43 UTC (rev 15958)
@@ -8,8 +8,10 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Session management system for JACK audio applications
-LICENSE= gpl3
+LICENSE= gpl2 gpl3
+LICENSE_COMB= dual
+
LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
@@ -17,13 +19,11 @@
OPTIONS_DEFINE= READLINE DOCS
OPTIONS_DEFAULT=READLINE
-USES= pathfix
+USES= gmake pathfix pkgconfig
USE_GNOME= gtk20 libxml2
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa-midi
USE_LDCONFIG= yes
-MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the Midnightbsd-cvs
mailing list