diff options
author | marino <marino@pkgsrc.org> | 2012-05-22 16:41:57 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-22 16:41:57 +0000 |
commit | f531029d1dd8f51ed164bb80697ae1f1ac9c376e (patch) | |
tree | 89596f25ce05a88a2ba4972643046bbbe97b0db1 | |
parent | f1f7c8fc6881aa55a054e11cb5d5a8b53eb9b3f7 (diff) | |
download | pkgsrc-f531029d1dd8f51ed164bb80697ae1f1ac9c376e.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).
-rw-r--r-- | sysutils/heirloom-shl/Makefile | 5 |
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" |