diff options
author | adamw <adamw@FreeBSD.org> | 2012-11-09 00:39:28 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2012-11-09 00:39:28 +0800 |
commit | 8143e4ae14c9ec6cc08ba286177264a3eb0c42dd (patch) | |
tree | cc805b60761d6c22a1f678403d84a4a8caa1fa4f | |
parent | d2f1eeebfb37f891517b8d76ecc4f52509e54de0 (diff) | |
download | freebsd-ports-gnome-8143e4ae14c9ec6cc08ba286177264a3eb0c42dd.tar.gz freebsd-ports-gnome-8143e4ae14c9ec6cc08ba286177264a3eb0c42dd.tar.zst freebsd-ports-gnome-8143e4ae14c9ec6cc08ba286177264a3eb0c42dd.zip |
Add USE_PKGCONFIG, to fix package build.
Feature safe: yes
-rw-r--r-- | audio/taglookup/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/taglookup/Makefile b/audio/taglookup/Makefile index ed9281375688..5534192c138a 100644 --- a/audio/taglookup/Makefile +++ b/audio/taglookup/Makefile @@ -18,6 +18,8 @@ COMMENT= Utility for tagging groups of audio files using CDDB LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb \ tag.1:${PORTSDIR}/audio/taglib +USE_PKGCONFIG= build + MAN1= taglookup.1 PLIST_FILES= bin/taglookup |