diff options
author | demon <demon@FreeBSD.org> | 2005-05-09 16:20:16 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-05-09 16:20:16 +0800 |
commit | fdfe905a4eaf69acf498faf96625efb293155275 (patch) | |
tree | c46bc16fb16ae27ebfc49a1c30befbee5b35ce87 /net/happystats | |
parent | 940df5f29e79856590962a780e345bf19783f03d (diff) | |
download | freebsd-ports-gnome-fdfe905a4eaf69acf498faf96625efb293155275.tar.gz freebsd-ports-gnome-fdfe905a4eaf69acf498faf96625efb293155275.tar.zst freebsd-ports-gnome-fdfe905a4eaf69acf498faf96625efb293155275.zip |
Chase librrd shared library version change after recent upgrade of rrdtool.
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 |