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:
parent
a2ea4d1bab
commit
26b832f62c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99938
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user