summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-11-17 14:23:57 +0000
committerdemon <demon@FreeBSD.org>2004-11-17 14:23:57 +0000
commit7e13eae414b140b3cb8168f39a87ba126b8dca84 (patch)
tree8468e88a0304c88dcb510b734d0b7148832611c3 /databases
parentc1e09bdebd33906162e13ccbb5b38ce331ecdc98 (diff)
downloadFreeBSD-ports-7e13eae414b140b3cb8168f39a87ba126b8dca84.zip
FreeBSD-ports-7e13eae414b140b3cb8168f39a87ba126b8dca84.tar.gz
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 'databases')
-rw-r--r--databases/rrdtool/Makefile2
-rw-r--r--databases/rrdtool10/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 9cee44a..0c9cfd2 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/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/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile
index 9cee44a..0c9cfd2 100644
--- a/databases/rrdtool10/Makefile
+++ b/databases/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"
OpenPOWER on IntegriCloud