diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
commit | 2f3fa0d623bdcd62d54ce15cb63579c09a9a112d (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /audio/libcanberra | |
parent | - Remove USE_GCC=any and fix building with clang by disabling -Werror. (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326103
Diffstat (limited to 'audio/libcanberra')
-rw-r--r-- | audio/libcanberra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index cb608a43aab9..e6b58abc20dd 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libltdl |