diff options
author | demon <demon@FreeBSD.org> | 2005-05-17 16:45:35 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-05-17 16:45:35 +0800 |
commit | aa50f351e0cfbdeaa59bf6c6587d3a1d09d51611 (patch) | |
tree | 4b12710013298804e57ff63d7f5e7860570712b3 /net/rrdtool/Makefile | |
parent | e1662a2058a234dac1eefa1d21d7c046962acc4f (diff) | |
download | freebsd-ports-gnome-aa50f351e0cfbdeaa59bf6c6587d3a1d09d51611.tar.gz freebsd-ports-gnome-aa50f351e0cfbdeaa59bf6c6587d3a1d09d51611.tar.zst freebsd-ports-gnome-aa50f351e0cfbdeaa59bf6c6587d3a1d09d51611.zip |
Update to version 1.2.8.
Diffstat (limited to 'net/rrdtool/Makefile')
-rw-r--r-- | net/rrdtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index e8c87041632f..627c8163e918 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/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 |