summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino>2012-05-22 16:41:57 +0000
committermarino <marino>2012-05-22 16:41:57 +0000
commit89e1e659ea82db5d36393418577f10abc4b9228a (patch)
tree89596f25ce05a88a2ba4972643046bbbe97b0db1 /sysutils
parent9836e9ce785d2c71c06e2b3956664c04d55c5e7e (diff)
downloadpkgsrc-89e1e659ea82db5d36393418577f10abc4b9228a.tar.gz
sysutils/heirloom-shl: mark NOT FOR *BSD or DragonFly
According to the install file, this package is not for any BSD, not just NetBSD (also not for AIX or HP-UX, but I didn't mark those).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/heirloom-shl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/heirloom-shl/Makefile b/sysutils/heirloom-shl/Makefile
index 7634bd272f3..0805185da80 100644
--- a/sysutils/heirloom-shl/Makefile
+++ b/sysutils/heirloom-shl/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 10:01:05 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2012/05/22 16:41:57 marino Exp $
PKGNAME= heirloom-shl-${HEIRLOOM_VER}
CATEGORIES= sysutils
MAKE_FLAGS+= SUBDIRS="build shl"
-NOT_FOR_PLATFORM+= Interix-*-* NetBSD-*-*
+NOT_FOR_PLATFORM+= Interix-*-* NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
+NOT_FOR_PLATFORM+= DragonFly-*-*
.include "../../sysutils/heirloom-doc/Makefile.common"