aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-11-17 22:23:57 +0800
committerdemon <demon@FreeBSD.org>2004-11-17 22:23:57 +0800
commit7e13eae414b140b3cb8168f39a87ba126b8dca84 (patch)
tree8468e88a0304c88dcb510b734d0b7148832611c3 /net
parentc1e09bdebd33906162e13ccbb5b38ce331ecdc98 (diff)
downloadfreebsd-ports-graphics-7e13eae414b140b3cb8168f39a87ba126b8dca84.tar.gz
freebsd-ports-graphics-7e13eae414b140b3cb8168f39a87ba126b8dca84.tar.zst
freebsd-ports-graphics-7e13eae414b140b3cb8168f39a87ba126b8dca84.zip
Support for ISO-8859-2 fonts should be enabled with --enable-latin2
option, not --with-latin2. Submitted by: Tomasz Baranowski <tb@cybertech.pl>
Diffstat (limited to 'net')
-rw-r--r--net/rrdtool/Makefile2
-rw-r--r--net/rrdtool10/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index 9cee44a3c68..0c9cfd2ed15 100644
--- a/net/rrdtool/Makefile
+++ b/net/rrdtool/Makefile
@@ -35,7 +35,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
.if defined(WITH_LATIN2)
-CONFIGURE_ARGS+= --with-latin2
+CONFIGURE_ARGS+= --enable-latin2
.endif
.if ${ARCH} == "amd64"
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile
index 9cee44a3c68..0c9cfd2ed15 100644
--- a/net/rrdtool10/Makefile
+++ b/net/rrdtool10/Makefile
@@ -35,7 +35,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
.if defined(WITH_LATIN2)
-CONFIGURE_ARGS+= --with-latin2
+CONFIGURE_ARGS+= --enable-latin2
.endif
.if ${ARCH} == "amd64"