diff options
author | demon <demon@FreeBSD.org> | 2005-05-09 05:31:43 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-05-09 05:31:43 +0800 |
commit | b4d58312d0519f742d1463a5c8a68a4cfaa292c4 (patch) | |
tree | e079210ce73ae00fc3900cd9b453bd5de8ff4335 /net/rrdtool10 | |
parent | 156805f0fd6aef15c915bf9dd51b24ca1f564f18 (diff) | |
download | freebsd-ports-graphics-b4d58312d0519f742d1463a5c8a68a4cfaa292c4.tar.gz freebsd-ports-graphics-b4d58312d0519f742d1463a5c8a68a4cfaa292c4.tar.zst freebsd-ports-graphics-b4d58312d0519f742d1463a5c8a68a4cfaa292c4.zip |
USE_LIBTOOL implies GNU_CONFIGURE.
Diffstat (limited to 'net/rrdtool10')
-rw-r--r-- | net/rrdtool10/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index c05ed67e85a..18101ac6760 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -22,7 +22,6 @@ USE_PERL5= yes USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_REINPLACE= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-perl-site-install CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 -I${LOCALBASE}/include/freetype2 |