summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:38:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:38:20 +0000
commit2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch)
treedcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /irc
parentFix build with/without iconv (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=327535
Diffstat (limited to 'irc')
-rw-r--r--irc/minbif/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile
index ab5a8bd6977b..6451053f5d3c 100644
--- a/irc/minbif/Makefile
+++ b/irc/minbif/Makefile
@@ -24,7 +24,7 @@ PLUGINS_DESC= Compile additional libpurple-plugins
USE_RC_SUBR= minbif
USE_GNOME= glib20
USE_EFL= imlib2
-USES= cmake
+USES= cmake pkgconfig
CMAKE_ARGS= -DENABLE_IMLIB:BOOL=ON
CFLAGS+= ${PTHREAD_CFLAGS} -DX_DISPLAY_MISSING