diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /audio/xmms-wavpack | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | freebsd-ports-gnome-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz freebsd-ports-gnome-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.zst freebsd-ports-gnome-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/xmms-wavpack')
-rw-r--r-- | audio/xmms-wavpack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-wavpack/Makefile b/audio/xmms-wavpack/Makefile index 411c918e7026..00682de87a79 100644 --- a/audio/xmms-wavpack/Makefile +++ b/audio/xmms-wavpack/Makefile @@ -12,6 +12,7 @@ COMMENT= XMMS input plugin to play WavPack files LIB_DEPENDS= wavpack.2:${PORTSDIR}/audio/wavpack \ xmms.4:${PORTSDIR}/multimedia/xmms +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |