summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2015-03-03 00:38:08 +0000
committerpho <pho@pkgsrc.org>2015-03-03 00:38:08 +0000
commit0b814165bafe0caa9b5b41fc3237dcb79523964e (patch)
tree03ba1aedafa6ec6f5ef630d7ab5197a10eee04b5
parent9ad350c7c0c6ec5c3c4aedbd5e6e91203c8aa996 (diff)
downloadpkgsrc-0b814165bafe0caa9b5b41fc3237dcb79523964e.tar.gz
Simplify the conditional block for Darwin
-rw-r--r--sysutils/top/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index 1b3caac4ef1..edf376e047a 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/03/01 20:03:52 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2015/03/03 00:38:08 pho Exp $
DISTNAME= top-3.6.1
PKGREVISION= 1
@@ -22,7 +22,7 @@ BROKEN_ON_PLATFORM+= Darwin-[1-9][0-9]*-*
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin" && empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
+.if ${OPSYS} == "Darwin"
# ${WRKSRC}/configure emits an error saying "macosx module
# unsupported" without this option.
CONFIGURE_ARGS+= --with-module=macosx