diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
commit | 9880c1a3788c97424f73d86aba7a5c511e2d47b4 (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /audio/extace/Makefile | |
parent | Update to the 20130901 snapshot of GCC 4.9.0. (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326092
Diffstat (limited to 'audio/extace/Makefile')
-rw-r--r-- | audio/extace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile index 9808a4c786d4..228149a285e9 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -12,7 +12,7 @@ COMMENT= Audio visualization plugin for the X Window System LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= esound gnomehier gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |