diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-13 19:18:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-13 19:18:28 +0800 |
commit | 8b6cedf677e705041b9a4717a521cabacea41b8e (patch) | |
tree | fa7c7d3a018905b8c420dc046c6831765f98e46e /irc/znc/Makefile | |
parent | 45cbaffaed9f4a5f0390ba4f960ca52ac430750d (diff) | |
download | freebsd-ports-gnome-8b6cedf677e705041b9a4717a521cabacea41b8e.tar.gz freebsd-ports-gnome-8b6cedf677e705041b9a4717a521cabacea41b8e.tar.zst freebsd-ports-gnome-8b6cedf677e705041b9a4717a521cabacea41b8e.zip |
- Update to 0.074
Diffstat (limited to 'irc/znc/Makefile')
-rw-r--r-- | irc/znc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 302743c47dbd..722d66d96dd0 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -6,9 +6,9 @@ # PORTNAME= znc -PORTVERSION= 0.070 +PORTVERSION= 0.074 CATEGORIES= irc ipv6 -MASTER_SITES= SF +MASTER_SITES= SFP/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= miwi@FreeBSD.org COMMENT= An advanced IRC bouncer @@ -16,6 +16,7 @@ COMMENT= An advanced IRC bouncer GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack +CONFIGURE_ARGS= --disable-c-ares OPTIONS= DEBUG "Enable debugging" off \ IPV6 "Enable IPv6 support" off \ |