From eb36e087fdb4435ce3d503379907975b07b96c78 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 7 Jan 2006 23:31:46 +0000 Subject: Use GNU make under Darwin to fix a build problem. --- mail/faces/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/faces/Makefile b/mail/faces/Makefile index f21333f0340..4e8fc3b9ec1 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/12/05 20:50:31 rillig Exp $ +# $NetBSD: Makefile,v 1.47 2006/01/07 23:31:46 tron Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 3 @@ -33,6 +33,8 @@ MAKE_ENV+= SVR4LIBS="-lnsl -lsocket -lgen" MAKE_ENV+= SYSV=-DSYSV32 MAKE_ENV+= CC=gcc MAKE_ENV+= CPPFLAGS= +.elif ${OPSYS} == "Darwin" +USE_TOOLS+= gmake .endif .if ${OPSYS} != "Interix" -- cgit v1.2.3