diff options
author | krion <krion@FreeBSD.org> | 2006-02-20 23:32:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-02-20 23:32:39 +0800 |
commit | 096060aaa7a3149bd0ca0acd9e34ec6c2b04f822 (patch) | |
tree | 64cb452ec8b67bbf9e99f6793c4ea6b1654f6c4e /net-mgmt/pmacct/Makefile | |
parent | 3ac259ba37b471f2b32cb1a50dba3d2daa1db705 (diff) | |
download | freebsd-ports-gnome-096060aaa7a3149bd0ca0acd9e34ec6c2b04f822.tar.gz freebsd-ports-gnome-096060aaa7a3149bd0ca0acd9e34ec6c2b04f822.tar.zst freebsd-ports-gnome-096060aaa7a3149bd0ca0acd9e34ec6c2b04f822.zip |
Update to 0.10.0rc2 version.
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index c918ca7c0b3a..4bf394462806 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.9.6 +PORTVERSION= 0.10.0rc2 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -18,7 +18,7 @@ GNUCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETOPT_LONG=yes -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.10.0 OPTIONS= MYSQL "Enable MySQL support." Off \ PGSQL "Enable PostgreSQL support." Off \ |