diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
commit | b5482324dcf6b062151cc203cef1561f8923c859 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/rrdtool12 | |
parent | 667b4f4d18ac09226dc683a91597de9b41837f21 (diff) | |
download | freebsd-ports-gnome-b5482324dcf6b062151cc203cef1561f8923c859.tar.gz freebsd-ports-gnome-b5482324dcf6b062151cc203cef1561f8923c859.tar.zst freebsd-ports-gnome-b5482324dcf6b062151cc203cef1561f8923c859.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Diffstat (limited to 'databases/rrdtool12')
-rw-r--r-- | databases/rrdtool12/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index 52b4fe2832aa..8222583c5704 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -11,9 +11,9 @@ PKGNAMESUFFIX= 12 MAINTAINER= beat@FreeBSD.org COMMENT= Round Robin Database Tools v1.2 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libart_lgpl_2.so:${PORTSDIR}/graphics/libart_lgpl \ + libpng15.so:${PORTSDIR}/graphics/png CONFLICTS= rrdtool10-* rrdtool-1.* |