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/pmacct | |
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/pmacct')
-rw-r--r-- | net/pmacct/Makefile | 4 | ||||
-rw-r--r-- | net/pmacct/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index 17d9db2321d6..d15a2c4c1325 100644 --- a/net/pmacct/Makefile +++ b/net/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 diff --git a/net/pmacct/distinfo b/net/pmacct/distinfo index db6753ec5b78..045704bd4a8b 100644 --- a/net/pmacct/distinfo +++ b/net/pmacct/distinfo @@ -1 +1 @@ -MD5 (pmacct-0.5.0.tar.gz) = 3f8896f8e430a4f101195a569e177657 +MD5 (pmacct-0.5.1.tar.gz) = ffa124c6e28e9b2ebe74809dae53d068 |