diff options
Diffstat (limited to 'irc/minbif/Makefile')
-rw-r--r-- | irc/minbif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 14c5595e4adf..f38d06e47610 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -3,7 +3,7 @@ PORTNAME= minbif PORTVERSION= 1.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= irc net-im MASTER_SITES= https://symlink.me/attachments/download/148/ @@ -64,7 +64,7 @@ CMAKE_ARGS+= -DENABLE_VIDEO:BOOL=OFF .endif .if ${PORT_OPTIONS:MCACA} -USE_EFL= imlib2 +LIB_DEPENDS+= libImlib2.so:${PORTSDIR}/graphics/imlib2 .endif .if ${PORT_OPTIONS:MVIDEO} && empty(PORT_OPTIONS:MCACA) |