1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Put USE_GMAKE under the test for !defined(WITHOUT_NLS).

PR:		62332
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
This commit is contained in:
Joe Marcus Clarke 2004-02-04 07:56:11 +00:00
parent a2ea4d1bab
commit 26b832f62c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99938
2 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ MAINTAINER= ade@FreeBSD.org
COMMENT= GNU version of 'make' utility
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
.endif
USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=--program-prefix=g

View File

@ -17,10 +17,10 @@ MAINTAINER= ade@FreeBSD.org
COMMENT= GNU version of 'make' utility
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
.endif
USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=--program-prefix=g