aboutsummaryrefslogtreecommitdiffstats
path: root/irc/unreal
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2013-05-16 02:30:49 +0800
committerzi <zi@FreeBSD.org>2013-05-16 02:30:49 +0800
commitdac47611e98a5abdf6c3dcc3b6992a2ee69164c3 (patch)
treed55b21f450ce693bd7b0c575aa71ba40365830b5 /irc/unreal
parent76bd1736c0439912124cf5aa80fd89c6b1dbce8b (diff)
downloadfreebsd-ports-gnome-dac47611e98a5abdf6c3dcc3b6992a2ee69164c3.tar.gz
freebsd-ports-gnome-dac47611e98a5abdf6c3dcc3b6992a2ee69164c3.tar.zst
freebsd-ports-gnome-dac47611e98a5abdf6c3dcc3b6992a2ee69164c3.zip
- Bump PORTREVISION after dns/c-ares update
Diffstat (limited to 'irc/unreal')
-rw-r--r--irc/unreal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile
index 8bbb67791f7a..fe4319ca8da0 100644
--- a/irc/unreal/Makefile
+++ b/irc/unreal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Unreal
PORTVERSION= 3.2.9
+PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= http://www.unrealircd.com/downloads/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -13,7 +14,7 @@ COMMENT= Unreal - the next generation ircd
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= cares.2:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS= cares:${PORTSDIR}/dns/c-ares
WRKSRC= ${WRKDIR}/${DISTNAME:R}
@@ -85,7 +86,7 @@ CONFIGURE_ARGS+= --enable-ssl
.endif
.if ${PORT_OPTIONS:MREMOTE}
-LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --enable-libcurl=${LOCALBASE}
.endif