diff options
author | demon <demon@FreeBSD.org> | 2004-04-16 15:16:50 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-04-16 15:16:50 +0800 |
commit | e2c227da8cbd88db6ebd08125b14613f6d24a759 (patch) | |
tree | e7c493938ea01107ec5fdf64b0ed5fa9807595d5 /net/rrdtool/Makefile | |
parent | 5f6451c8c3888af585cb284e4217c9b9fffab214 (diff) | |
download | freebsd-ports-gnome-e2c227da8cbd88db6ebd08125b14613f6d24a759.tar.gz freebsd-ports-gnome-e2c227da8cbd88db6ebd08125b14613f6d24a759.tar.zst freebsd-ports-gnome-e2c227da8cbd88db6ebd08125b14613f6d24a759.zip |
Use a copy of libpng shipped with rrdtool. This fixes build with ancient
version of perl (5.005).
I have no spare machine with that version of perl to develop a proper fix.
Noticed by: many
Diffstat (limited to 'net/rrdtool/Makefile')
-rw-r--r-- | net/rrdtool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index f47fe6da9798..cc9faf349ea0 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -13,14 +13,12 @@ MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= demon@FreeBSD.org COMMENT= Round Robin Database Tools -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-shared --enable-local-zlib --enable-local-libpng \ +CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ --program-transform-name='' CONFIGURE_ENV= PERL=${PERL} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |