diff options
author | krion <krion@FreeBSD.org> | 2006-10-31 23:35:32 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-10-31 23:35:32 +0800 |
commit | ca4320564e1be6c79d31359964b403f47f719e34 (patch) | |
tree | 5da9049c3e8e38b96d99d49381a93e433abb2a1e /net-mgmt/pmacct/Makefile | |
parent | c36431962e6ea1db634deef6db9f8a2ddd3201c3 (diff) | |
download | freebsd-ports-gnome-ca4320564e1be6c79d31359964b403f47f719e34.tar.gz freebsd-ports-gnome-ca4320564e1be6c79d31359964b403f47f719e34.tar.zst freebsd-ports-gnome-ca4320564e1be6c79d31359964b403f47f719e34.zip |
Update to 0.11.0
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 0a9fa131f7b2..d96828bc6d0b 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -DISTVERSION= 0.11.0rc3-20060823 +DISTVERSION= 0.11.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.pmacct.net/ \ http://voodoo.bawue.com/download/ @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETOPT_LONG=yes -WRKSRC= ${WRKDIR}/${PORTNAME}-0.11.0 OPTIONS= MYSQL "Enable MySQL support." Off \ PGSQL "Enable PostgreSQL support." Off \ |