diff options
author | tv <tv> | 2005-03-15 03:59:38 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-15 03:59:38 +0000 |
commit | 4ec2e0477a34c3f267514b890b4b58783e4dba29 (patch) | |
tree | a0314f58a96631fb22059865378faae8d479783c /mail/faces/Makefile | |
parent | a149df05b68182c1e4cb95230c539a97ae900d25 (diff) | |
download | pkgsrc-4ec2e0477a34c3f267514b890b4b58783e4dba29.tar.gz |
Make build on Interix.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 7c1c6b87c6a..3f0667a3b35 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/12/04 04:43:12 tron Exp $ +# $NetBSD: Makefile,v 1.41 2005/03/15 03:59:38 tv Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 3 @@ -33,6 +33,10 @@ MAKE_ENV+= CC=gcc MAKE_ENV+= CPPFLAGS= .endif +.if ${OPSYS} != "Interix" +MAKE_ENV+= NISLOOKUP=-DNISLOOKUP +.endif + REPLACE_PERL= scripts/addxface scripts/deepen scripts/facesaddr \ scripts/facesall scripts/from.faces scripts/lpqall.faces \ scripts/mailq.faces scripts/mailqto scripts/mailqto.faces \ |