diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-06 16:04:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-06 16:04:32 +0000 |
commit | 87e6537b2ae15e1e203736dbc2407216855b03f8 (patch) | |
tree | 034156722f99b8bf15542925a4b3585c4126c5f8 /audio/smasher | |
parent | 847747700fb9e3a8bb0df6818f4cf0599884e01f (diff) | |
download | ports-87e6537b2ae15e1e203736dbc2407216855b03f8.tar.gz ports-87e6537b2ae15e1e203736dbc2407216855b03f8.zip |
Notes
Diffstat (limited to 'audio/smasher')
-rw-r--r-- | audio/smasher/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 9574bb5e7d8d..3b77f809a19b 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Cross platform audio loop slicer +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libmad.so:${PORTSDIR}/audio/libmad \ libcsound64.so:${PORTSDIR}/audio/csound @@ -18,7 +21,6 @@ GNU_CONFIGURE= yes USES= desktop-file-utils gmake pkgconfig USE_GCC= yes USE_WX= 2.8 -WX_UNICODE= yes WX_CONF_ARGS= absolute WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |