Enforce use of the "gettext-lib" package because the latest GNUmake

won't accept NetBSD's "intl" library.
This commit is contained in:
tron 2002-10-16 10:09:56 +00:00
parent 986451f3e7
commit b6076095d2

View file

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