diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 20:11:21 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 20:11:21 +0000 |
commit | 3a5e9fe0a020f0360a0e26b72737ac7dc4f95699 (patch) | |
tree | eb25b86d4a99a444aae3144324213f260a425814 /irc/ircd-hybrid | |
parent | f14627ef6948e3e9241d734002d49a03e5eaf2af (diff) | |
download | freebsd-ports-3a5e9fe0a020f0360a0e26b72737ac7dc4f95699.zip |
Add USES=libtool:keepla
Diffstat (limited to 'irc/ircd-hybrid')
-rw-r--r-- | irc/ircd-hybrid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile index 8d70e50d515d..3984b27a53c8 100644 --- a/irc/ircd-hybrid/Makefile +++ b/irc/ircd-hybrid/Makefile @@ -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 of new features 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 |