diff options
author | wxs <wxs@FreeBSD.org> | 2008-06-14 10:19:55 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-06-14 10:19:55 +0800 |
commit | 7e1373ce3625629fcd2d278b3c1b3a2f0493dbcd (patch) | |
tree | 30c7c0cbc4ffb948fe5ce0c3d5d905ec30920859 /databases/rrdtool | |
parent | 911fade36a0e61e693e8e21335d7ca386632d8e2 (diff) | |
download | freebsd-ports-graphics-7e1373ce3625629fcd2d278b3c1b3a2f0493dbcd.tar.gz freebsd-ports-graphics-7e1373ce3625629fcd2d278b3c1b3a2f0493dbcd.tar.zst freebsd-ports-graphics-7e1373ce3625629fcd2d278b3c1b3a2f0493dbcd.zip |
Add CONFLICTS on rrdtool-1.0* - they both install identical files.
PR: ports/124135
Submitted by: wxs
Approved by: maintainer timeout
Diffstat (limited to 'databases/rrdtool')
-rw-r--r-- | databases/rrdtool/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 7e46d49bfad..80dbc4453d6 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -7,6 +7,7 @@ PORTNAME= rrdtool PORTVERSION= 1.2.26 +PORTREVISION= 1 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ @@ -17,6 +18,8 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ png.5:${PORTSDIR}/graphics/png +CONFLICTS= rrdtool-1.0* + USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes |