summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 04:15:21 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 04:15:21 +0000
commitff7acb9a09118768e10700649f6cb00a7e0c233e (patch)
tree4138bf8ca56904db5c2e3650fcadb3fba03899e0 /sysutils
parente6abbd4acd9c758dba0831d12317931aa551209e (diff)
downloadpkgsrc-ff7acb9a09118768e10700649f6cb00a7e0c233e.tar.gz
Use BROKEN_ON_PLATFORM for "currently no machdep support".
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/skill/Makefile4
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"