diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-11-17 14:23:57 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-11-17 14:23:57 +0000 |
commit | eeb558bfbc77aace0f2f8e3ae13b858898484951 (patch) | |
tree | ad638e8cefb22318d05201cdc4678cc4068f164a /databases/rrdtool10 | |
parent | 23810b5da8553cfcce996a3aa39bf144ae9ca484 (diff) |
Support for ISO-8859-2 fonts should be enabled with --enable-latin2
option, not --with-latin2.
Submitted by: Tomasz Baranowski <tb@cybertech.pl>
Notes
Notes:
svn path=/head/; revision=121808
Diffstat (limited to 'databases/rrdtool10')
-rw-r--r-- | databases/rrdtool10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 9cee44a3c681..0c9cfd2ed15a 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" |