diff options
author | zeising <zeising@FreeBSD.org> | 2014-07-24 04:11:10 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2014-07-24 04:11:10 +0800 |
commit | bfe22bdabc6672f90e9e2668a17da16925f6f202 (patch) | |
tree | acff0235f236dc6bc7ca0a1d89a25befeba12ef2 /sysutils/symon | |
parent | f02768fe2900c107be84e0bf8f829770476da4b6 (diff) | |
download | freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.tar.gz freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.tar.zst freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.zip |
Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies. [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.
PR: 192024 [1] (based on)
Submitted by: asomers
Approved by: portmgr (blanket, portrevision bumps)
Diffstat (limited to 'sysutils/symon')
-rw-r--r-- | sysutils/symon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index ac269f4cb3c2..7443bf49817d 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -3,6 +3,7 @@ PORTNAME= symon PORTVERSION= 2.86 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://wpd.home.xs4all.nl/symon/philes/ \ ${MASTER_SITE_LOCAL} |