diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-07 00:25:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-07 00:25:50 +0800 |
commit | e061fe51435a253e5b63faccc887594aa848418c (patch) | |
tree | 9837c27dc169136aa94125a7f9bc885b4853bbdf /irc/znc/Makefile | |
parent | ab26641fcb9a46775d1b86253376169a3bd49846 (diff) | |
download | freebsd-ports-gnome-e061fe51435a253e5b63faccc887594aa848418c.tar.gz freebsd-ports-gnome-e061fe51435a253e5b63faccc887594aa848418c.tar.zst freebsd-ports-gnome-e061fe51435a253e5b63faccc887594aa848418c.zip |
- Update to 0.070
Diffstat (limited to 'irc/znc/Makefile')
-rw-r--r-- | irc/znc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 62ac3fb468ff..302743c47dbd 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= znc -PORTVERSION= 0.068 +PORTVERSION= 0.070 CATEGORIES= irc ipv6 MASTER_SITES= SF @@ -15,6 +15,7 @@ COMMENT= An advanced IRC bouncer GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GNOME= gnomehack OPTIONS= DEBUG "Enable debugging" off \ IPV6 "Enable IPv6 support" off \ |