aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2014-12-27 08:09:02 +0800
committergblach <gblach@FreeBSD.org>2014-12-27 08:09:02 +0800
commitd4c5c37eca0a403509a26320d94e8ab76ca08968 (patch)
tree7061b4ba6bf92419cfcbfbdf988b02a781dbdcbb /irc
parent68dd0d4f5d63f5faaa53c0e01c225037306fb98a (diff)
downloadfreebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.gz
freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.zst
freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.zip
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr
Diffstat (limited to 'irc')
-rw-r--r--irc/minbif/Makefile4
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)