diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-04-16 07:16:50 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-04-16 07:16:50 +0000 |
commit | d0624ee2f241d417e3c7c3c6a5960532b4422a4a (patch) | |
tree | 5f4711b8eeea2d912aaf4695aba27fb21502aeb5 /databases | |
parent | Add 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 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 4 | ||||
-rw-r--r-- | databases/rrdtool10/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index f47fe6da9798..cc9faf349ea0 100644 --- a/databases/rrdtool/Makefile +++ b/databases/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 diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index f47fe6da9798..cc9faf349ea0 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/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 |