diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
commit | 206fd214c389e6ba3e6c0f8e026f5b942ed64f62 (patch) | |
tree | 24afad3199a8dc209bfd227906dfc48163fa1a17 /audio | |
parent | 9795f213f8b50e1cf5e64b82d9c8d0a30b921452 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326513
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pidgin-musictracker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pidgin-musictracker/Makefile b/audio/pidgin-musictracker/Makefile index 2a02a7713d30..be7be80812de 100644 --- a/audio/pidgin-musictracker/Makefile +++ b/audio/pidgin-musictracker/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type |