diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
commit | 2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /irc/minbif | |
parent | bd0f959252ca4814047bdc870b10fe9b462632c4 (diff) | |
download | ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.tar.gz ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.zip |
Notes
Diffstat (limited to 'irc/minbif')
-rw-r--r-- | irc/minbif/Makefile | 2 |
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 |