diff options
author | krion <krion@FreeBSD.org> | 2003-10-03 03:33:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-03 03:33:40 +0800 |
commit | f4ab7907255648a3f9d9b8a4398ddf5fbf338eef (patch) | |
tree | f86188a00bae0130268322089ff22eebeb00b8d3 /net-mgmt/pmacct/Makefile | |
parent | 5b470d75b548aa7f34da157a2a34240fc4470544 (diff) | |
download | freebsd-ports-gnome-f4ab7907255648a3f9d9b8a4398ddf5fbf338eef.tar.gz freebsd-ports-gnome-f4ab7907255648a3f9d9b8a4398ddf5fbf338eef.tar.zst freebsd-ports-gnome-f4ab7907255648a3f9d9b8a4398ddf5fbf338eef.zip |
- Update to 0.5.1
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 17d9db2321d6..d15a2c4c1325 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= net MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -14,7 +14,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Network tool to gather IP traffic information .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \ --with-mysql-includes=${LOCALBASE}/include/mysql \ --enable-mysql |