diff options
author | krion <krion@FreeBSD.org> | 2005-09-19 21:53:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-09-19 21:53:30 +0800 |
commit | b14d6274ef86b5a441aa6f4cfa6d70827c4a7824 (patch) | |
tree | e5a194658df62e5252762de17db679ead81ab571 /net-mgmt/pmacct/Makefile | |
parent | 4e4544606d57ccaef2126b33d1d4569173ed15a2 (diff) | |
download | freebsd-ports-gnome-b14d6274ef86b5a441aa6f4cfa6d70827c4a7824.tar.gz freebsd-ports-gnome-b14d6274ef86b5a441aa6f4cfa6d70827c4a7824.tar.zst freebsd-ports-gnome-b14d6274ef86b5a441aa6f4cfa6d70827c4a7824.zip |
Update to 0.9.2
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 98523f32c8b5..24167464c74d 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -27,6 +27,10 @@ OPTIONS= MYSQL "Enable MySQL support." Off \ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +CONFIGURE_ARGS+= --enable-64bit +.endif + .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql |