diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /net/rrdtool10 | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net/rrdtool10')
-rw-r--r-- | net/rrdtool10/Makefile | 4 | ||||
-rw-r--r-- | net/rrdtool10/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index e98ed45ea7b4..73262594f209 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -7,6 +7,7 @@ PORTNAME= rrdtool PORTVERSION= 1.0.50 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-1.0.x/ @@ -19,9 +20,8 @@ MAKE_ENV= PERL=${PERL} CONFLICTS= rrdtool-1.2* LATEST_LINK= rrdtool10 -USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ --program-transform-name='' diff --git a/net/rrdtool10/pkg-plist b/net/rrdtool10/pkg-plist index 32688e7400a5..65883b7d1358 100644 --- a/net/rrdtool10/pkg-plist +++ b/net/rrdtool10/pkg-plist @@ -3,6 +3,7 @@ bin/rrdcgi bin/trytime bin/rrdupdate lib/librrd.a +lib/librrd.la lib/librrd.so.0 lib/librrd.so include/rrd.h |