aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-07-28 23:51:34 +0800
committerrm <rm@FreeBSD.org>2012-07-28 23:51:34 +0800
commit3d5062b2ce50b8d0ba6771135bb8c4eccfa4385e (patch)
treeac9ad7995ad157adbada7401a7db07c5bed238a0 /audio
parenta0225b94788bd5170efa717b7f3418219f568fe0 (diff)
downloadfreebsd-ports-gnome-3d5062b2ce50b8d0ba6771135bb8c4eccfa4385e.tar.gz
freebsd-ports-gnome-3d5062b2ce50b8d0ba6771135bb8c4eccfa4385e.tar.zst
freebsd-ports-gnome-3d5062b2ce50b8d0ba6771135bb8c4eccfa4385e.zip
- drop unneeded pkg-config dependency
- move LICENSE to correct location PR: 170213 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r--audio/libdiscid/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/libdiscid/Makefile b/audio/libdiscid/Makefile
index 8bee74321086..680129e81549 100644
--- a/audio/libdiscid/Makefile
+++ b/audio/libdiscid/Makefile
@@ -16,13 +16,12 @@ MASTER_SITE_SUBDIR= distfiles
MAINTAINER= bsdkaffee@gmail.com
COMMENT= A library for creating MusicBrainz DiscIDs
+LICENSE= LGPL21
+
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= ltverhack gnomehack pkgconfig
+USE_GNOME= ltverhack gnomehack
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
.include <bsd.port.mk>