1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Add --with-included-gettext to remove dependency on external gettext.

Suggested by:	obrien
This commit is contained in:
Maxim Sobolev 2002-05-28 09:40:47 +00:00
parent 894aa7a052
commit ef3ee0dffc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60181
2 changed files with 4 additions and 6 deletions

View File

@ -15,10 +15,9 @@ DISTNAME= make-${PORTVERSION}
MAINTAINER= portmgr@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ARGS= --program-prefix=g \
--with-included-gettext
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -15,10 +15,9 @@ DISTNAME= make-${PORTVERSION}
MAINTAINER= portmgr@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ARGS= --program-prefix=g \
--with-included-gettext
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
LDFLAGS="-L${LOCALBASE}/lib"