diff options
-rw-r--r-- | irc/ircproxy/Makefile | 5 | ||||
-rw-r--r-- | irc/unreal/Makefile | 5 | ||||
-rw-r--r-- | net/ecore-con/Makefile | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index cd919dbeb507..e39dd99d9989 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -3,16 +3,17 @@ PORTNAME= ircproxy PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sylvio@FreeBSD.org COMMENT= An IRC proxy/bouncer daemon -LIB_DEPENDS= cares.2:${PORTSDIR}/dns/c-ares - LICENSE= GPLv3 +LIB_DEPENDS= cares:${PORTSDIR}/dns/c-ares + USE_BZIP2= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib 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 diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile index c30ec3e0a403..642ac4811bb7 100644 --- a/net/ecore-con/Makefile +++ b/net/ecore-con/Makefile @@ -3,6 +3,7 @@ PORTNAME= con PORTVERSION= 1.7.6 +PORTREVISION= 1 CATEGORIES= net enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ |