svn commit: r365241 - head/irc/ircd-hybrid
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 17 20:11:22 UTC 2014
Author: tijl
Date: Sun Aug 17 20:11:21 2014
New Revision: 365241
URL: http://svnweb.freebsd.org/changeset/ports/365241
QAT: https://qat.redports.org/buildarchive/r365241/
Log:
Add USES=libtool:keepla
Modified:
head/irc/ircd-hybrid/Makefile
Modified: head/irc/ircd-hybrid/Makefile
==============================================================================
--- head/irc/ircd-hybrid/Makefile Sun Aug 17 20:06:38 2014 (r365240)
+++ head/irc/ircd-hybrid/Makefile Sun Aug 17 20:11:21 2014 (r365241)
@@ -3,6 +3,7 @@
PORTNAME= ircd-hybrid
PORTVERSION= 8.1.3
+PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -11,7 +12,8 @@ COMMENT= Fast irc daemon with a number o
INSTALL_IGNORES= ircu-* ircd-rat* charby*
-USES= gmake tar:tgz
+# :keepla because port uses lt_dlopen
+USES= gmake libtool:keepla tar:tgz
GNU_CONFIGURE= yes
USERS= ircd
More information about the svn-ports-all
mailing list