diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-09 08:20:16 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-09 08:20:16 +0000 |
commit | d90e4d4389e3de6e8b3be7a0b858209b400de5cb (patch) | |
tree | 8c58dd176506baa33c935ac2f4ddc36f0013409b /net/happystats | |
parent | e0be73b4de5cfe9c2a3f2d8af896bd12f90cc252 (diff) | |
download | ports-d90e4d4389e3de6e8b3be7a0b858209b400de5cb.tar.gz ports-d90e4d4389e3de6e8b3be7a0b858209b400de5cb.zip |
Notes
Diffstat (limited to 'net/happystats')
-rw-r--r-- | net/happystats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/happystats/Makefile b/net/happystats/Makefile index 09b6bb67317f..b4d9fabe1f8c 100644 --- a/net/happystats/Makefile +++ b/net/happystats/Makefile @@ -18,7 +18,7 @@ COMMENT= Universal log converter into graph BUILD_DEPENDS= imake:${X_IMAKE_PORT} LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - rrd.0:${PORTSDIR}/net/rrdtool + rrd.2:${PORTSDIR}/net/rrdtool USE_GETOPT_LONG= yes USE_REINPLACE= yes |