summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-07-25 15:46:17 +0000
committersalo <salo@pkgsrc.org>2003-07-25 15:46:17 +0000
commit1295ef8d981202a1641c01beab08dda8288d55af (patch)
tree1324b642fb6f43912f9229bedc69dfb75cd94a5d
parente783d4bfa15979c3209e7bdfaa83959e7a10cb4d (diff)
downloadpkgsrc-1295ef8d981202a1641c01beab08dda8288d55af.tar.gz
Simplify.
-rw-r--r--mail/ifile-procmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ifile-procmail/Makefile b/mail/ifile-procmail/Makefile
index 2edc742c2cc..5d7273cd140 100644
--- a/mail/ifile-procmail/Makefile
+++ b/mail/ifile-procmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:46:14 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/25 15:46:17 salo Exp $
#
DISTNAME= ifile.procmail-0.3
@@ -17,7 +17,7 @@ DEPENDS+= procmail>=3.22:../../mail/procmail
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} != "NetBSD") && (${OPSYS} != "FreeBSD") && (${OPSYS} != "OpenBSD")
+.if empty(OPSYS:M*BSD)
DEPENDS+= mktemp>=1.4:../../sysutils/mktemp
.endif