diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:24:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:24:10 +0000 |
commit | c049a2ca48d1150abe59446f3082ca4116323bc6 (patch) | |
tree | 0296198370532d82efd6efd523c7ca1570359f37 /sysutils/top/Makefile | |
parent | 0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (diff) | |
download | pkgsrc-c049a2ca48d1150abe59446f3082ca4116323bc6.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'sysutils/top/Makefile')
-rw-r--r-- | sysutils/top/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index edf376e047a..17b927ba676 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/03/03 00:38:08 pho Exp $ +# $NetBSD: Makefile,v 1.42 2016/02/26 10:24:14 jperkin Exp $ DISTNAME= top-3.6.1 PKGREVISION= 1 @@ -20,13 +20,9 @@ CONFIGURE_ENV+= SET_MODE=${BINMODE} BROKEN_ON_PLATFORM+= Darwin-9.*-* BROKEN_ON_PLATFORM+= Darwin-[1-9][0-9]*-* -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "Darwin" # ${WRKSRC}/configure emits an error saying "macosx module # unsupported" without this option. -CONFIGURE_ARGS+= --with-module=macosx -.endif +CONFIGURE_ARGS.Darwin+= --with-module=macosx post-extract: ${CP} ${FILESDIR}/m_dragonfly.c ${WRKSRC}/machine |