summaryrefslogtreecommitdiff
path: root/mail/faces
diff options
context:
space:
mode:
authortron <tron>2006-01-07 23:31:46 +0000
committertron <tron>2006-01-07 23:31:46 +0000
commiteb36e087fdb4435ce3d503379907975b07b96c78 (patch)
tree0660d448c27f5fe5c7397acb5af5a5a63597bb7a /mail/faces
parent0d29128378a2a81b6d82a1a2c316bebb0645b6b6 (diff)
downloadpkgsrc-eb36e087fdb4435ce3d503379907975b07b96c78.tar.gz
Use GNU make under Darwin to fix a build problem.
Diffstat (limited to 'mail/faces')
-rw-r--r--mail/faces/Makefile4
1 files changed, 3 insertions, 1 deletions
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"