diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-05 11:10:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-05 11:10:49 +0000 |
commit | bcc4614ebb8e7cedfc57740463f77b8e5a210499 (patch) | |
tree | dbba8f7c619a6f7db5c86ae59117cfcf6e8fe57e /databases/rrdtool10 | |
parent | f5626c92ccbdd28dc45d72d67ddeb50615fd1b30 (diff) |
Notes
Diffstat (limited to 'databases/rrdtool10')
-rw-r--r-- | databases/rrdtool10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 6d221967a76b..284c0df77090 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -6,14 +6,14 @@ PORTVERSION= 1.0.50 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.0.x/ +PKGNAMESUFFIX= 10 MAINTAINER= lth@FreeBSD.org COMMENT= Round Robin Database Tools MAKE_ENV= PERL=${PERL} -CONFLICTS= rrdtool-1.2* -LATEST_LINK= rrdtool10 +CONFLICTS= rrdtool12-* rrdtool-1.* USES= pkgconfig perl5 USE_AUTOTOOLS= libtool |