1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Support for ISO-8859-2 fonts should be enabled with --enable-latin2

option, not --with-latin2.

Submitted by:	Tomasz Baranowski <tb@cybertech.pl>
This commit is contained in:
Dmitry Sivachenko 2004-11-17 14:23:57 +00:00
parent 23810b5da8
commit eeb558bfbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121808
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"