diff options
Diffstat (limited to 'net/rrdtool10/Makefile')
-rw-r--r-- | net/rrdtool10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index e8c87041632f..627c8163e918 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rrdtool -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.8 CATEGORIES= net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ @@ -22,7 +22,7 @@ USE_PERL5= yes USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --enable-perl-site-install +CONFIGURE_ARGS= --enable-perl-site-install --disable-python CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 -I${LOCALBASE}/include/freetype2 LDFLAGS+= -L${LOCALBASE}/lib |