summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-06-14 02:10:57 +0000
committerhubertf <hubertf>2000-06-14 02:10:57 +0000
commitd471113d56a9439a8c756d0cece6a52dfa284126 (patch)
treef18b392407c95d68ae6f59e6599dbf5cd67f6619 /mail
parent3783882f391770f6058fc07f9d761d057b24a263 (diff)
downloadpkgsrc-d471113d56a9439a8c756d0cece6a52dfa284126.tar.gz
Use the defines from bsd.pkg.mk, don't start subshells.
(The values for uname etc. will probably be passed in from upper-level make processes).
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 7d34d80aa27..77eaeb87cf6 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2000/06/09 14:58:30 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2000/06/14 02:10:58 hubertf Exp $
DISTNAME= mutt-1.2i
CATEGORIES= mail
@@ -46,11 +46,11 @@ PLIST_SUBST+= LOCALEBASE=share
.endif
.if ${OPSYS} == "NetBSD"
-OSVER!= uname -r
+.include "../../mk/bsd.prefs.mk"
GOOD_CURSES= 1.4[Y-Z] 1.4Z[A-Z] 1.[5-9]*
.for PATTERN in ${GOOD_CURSES}
-.if ${OSVER:M${PATTERN}} != ""
+.if ${OS_VERSION:M${PATTERN}} != ""
CURSES_GOOD?= # defined
.endif
.endfor