diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-04 16:09:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-04 16:09:51 +0800 |
commit | 366fb2ebcf82d88f2cf5d36a9052299c27ff82ba (patch) | |
tree | 13b2c4c22896a642c8d814a847cc70ef5f312ae0 /audio/wavbreaker | |
parent | 3c70af2408bad87026f81036060aed99049ad9e0 (diff) | |
download | freebsd-ports-gnome-366fb2ebcf82d88f2cf5d36a9052299c27ff82ba.tar.gz freebsd-ports-gnome-366fb2ebcf82d88f2cf5d36a9052299c27ff82ba.tar.zst freebsd-ports-gnome-366fb2ebcf82d88f2cf5d36a9052299c27ff82ba.zip |
- Fix configure script, in case it doesn't find pkg-config
Reported by: ionbot
Diffstat (limited to 'audio/wavbreaker')
-rw-r--r-- | audio/wavbreaker/Makefile | 3 |
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 |