From 0b814165bafe0caa9b5b41fc3237dcb79523964e Mon Sep 17 00:00:00 2001 From: pho Date: Tue, 3 Mar 2015 00:38:08 +0000 Subject: Simplify the conditional block for Darwin --- sysutils/top/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3