aboutsummaryrefslogtreecommitdiff
path: root/audio/wavbreaker
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-06-04 08:09:51 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-06-04 08:09:51 +0000
commit418590fea8b6a9f4289ff0b82b4030b625d07571 (patch)
tree5b93a9f9740b2c0c923c62d4f699f7f935e6a6d0 /audio/wavbreaker
parent2f80472db9aa2ce8a45f5424c9a5c48e09f1eb93 (diff)
downloadports-418590fea8b6a9f4289ff0b82b4030b625d07571.tar.gz
ports-418590fea8b6a9f4289ff0b82b4030b625d07571.zip
- Fix configure script, in case it doesn't find pkg-config
Reported by: ionbot
Notes
Notes: svn path=/head/; revision=214290
Diffstat (limited to 'audio/wavbreaker')
-rw-r--r--audio/wavbreaker/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/wavbreaker/Makefile b/audio/wavbreaker/Makefile
index 24ee894fa751..4f18483dc1e5 100644
--- a/audio/wavbreaker/Makefile
+++ b/audio/wavbreaker/Makefile
@@ -18,7 +18,8 @@ USE_GNOME= gnomehack gnometarget gtk20 libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ PKG_CONFIG="${LOCALBASE}/bin/pkg-config"
CONFIGURE_ARGS= --disable-alsa
INSTALLS_ICONS= yes