diff options
author | dholland <dholland> | 2015-01-04 04:15:21 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-04 04:15:21 +0000 |
commit | d5f520a2c19a619b7c1b5d177316ba1cbbfe5b82 (patch) | |
tree | 4138bf8ca56904db5c2e3650fcadb3fba03899e0 /sysutils/skill | |
parent | fc6ff39a85079ee359c7b69a85e056dbca15b663 (diff) | |
download | pkgsrc-d5f520a2c19a619b7c1b5d177316ba1cbbfe5b82.tar.gz |
Use BROKEN_ON_PLATFORM for "currently no machdep support".
Diffstat (limited to 'sysutils/skill')
-rw-r--r-- | sysutils/skill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index a8bfb23917e..162baf01ca3 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/23 19:51:23 asau Exp $ +# $NetBSD: Makefile,v 1.27 2015/01/04 04:15:21 dholland Exp $ # DISTNAME= skill-4.1.4 @@ -10,7 +10,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://mysite.verizon.net/jforys/jeffware.html COMMENT= Signal processes given user names, ttys, commands, or pids -NOT_FOR_PLATFORM+= Interix-*-* # currently no machdep support +BROKEN_ON_PLATFORM+= Interix-*-* # currently no machdep support .include "../../mk/bsd.prefs.mk" |