aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-27 15:33:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-27 15:33:33 +0000
commit188b9b4da2fbe6dd9cea9496fbf731df5b3eb3dc (patch)
tree7eaf67bf41abccd418bc98ffcfb6a18e98c1f353 /audio
parent4d6c9db9f91a4a46b124aab3cff5f50af037feb5 (diff)
downloadports-188b9b4da2fbe6dd9cea9496fbf731df5b3eb3dc.tar.gz
ports-188b9b4da2fbe6dd9cea9496fbf731df5b3eb3dc.zip
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Fix license: actual license for code is GPLv3+, LGPL is for debian changes only Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=429625
Diffstat (limited to 'audio')
-rw-r--r--audio/fplib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile
index 13bb8127cc1e..8a7874d2fe8d 100644
--- a/audio/fplib/Makefile
+++ b/audio/fplib/Makefile
@@ -9,8 +9,7 @@ CATEGORIES= audio
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Last.fm fingerprint library
-LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/debian/copyright
+LICENSE= GPLv3+
LIB_DEPENDS= libcurl.so:ftp/curl \
libfftw3.so:math/fftw3 \
@@ -21,7 +20,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
-USES= cmake localbase:ldflags tar:xz
+USES= cmake localbase:ldflags
GH_ACCOUNT= lastfm
GH_PROJECT= Fingerprinter