Enforce use of the "gettext-lib" package because the latest GNUmake
won't accept NetBSD's "intl" library.
This commit is contained in:
parent
986451f3e7
commit
b6076095d2
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2002/10/16 00:21:21 dmcmahill Exp $
|
||||
# FreeBSD Id: Makefile,v 1.16 1997/06/13 20:00:47 max Exp
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.33 2002/10/16 10:09:56 tron Exp $
|
||||
|
||||
DISTNAME= make-3.80
|
||||
PKGNAME= gmake-3.80
|
||||
|
@ -12,6 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/make/make.html
|
|||
COMMENT= GNU version of 'make' utility
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
USE_GNU_GETTEXT= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --program-prefix="g"
|
||||
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
||||
|
|
Loading…
Reference in a new issue