summaryrefslogtreecommitdiff
path: root/net/rrdtool10
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-04-16 07:16:50 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-04-16 07:16:50 +0000
commitd0624ee2f241d417e3c7c3c6a5960532b4422a4a (patch)
tree5f4711b8eeea2d912aaf4695aba27fb21502aeb5 /net/rrdtool10
parentAdd a missing RUN_DEPENDS on libXpm. (diff)
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
Notes
Notes: svn path=/head/; revision=107195
Diffstat (limited to 'net/rrdtool10')
-rw-r--r--net/rrdtool10/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile
index f47fe6da9798..cc9faf349ea0 100644
--- a/net/rrdtool10/Makefile
+++ b/net/rrdtool10/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