diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 06:20:01 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 06:20:01 +0000 |
commit | 2d8606d7e0094d47b6e8af7272d0b7634d03012b (patch) | |
tree | 9731d349aef1c8dc1f92e29e3aded26ab1e22ce1 /net | |
parent | 316ea8f51a59fdee15b8dd0fa1ef119c682b6174 (diff) | |
download | pkgsrc-2d8606d7e0094d47b6e8af7272d0b7634d03012b.tar.gz |
Use BROKEN_EXCEPT_FOR_PLATFORM for package that needs porting. Also,
update the list from the package's own build system (taken from
common/Imakefile) - this adds FreeBSD, and also OSF1 and IRIX.
Probably porting this package requires nothing besides flogging imake.
Diffstat (limited to 'net')
-rw-r--r-- | net/nasd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nasd/Makefile b/net/nasd/Makefile index 83c0761d419..5e59eb1b2ac 100644 --- a/net/nasd/Makefile +++ b/net/nasd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:43 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/12 06:20:01 dholland Exp $ DISTNAME= repackaged-${PKGNAME_NOREV} PKGNAME= nasd-1.3 @@ -10,7 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pdl.cmu.edu/NASD/Downloads/NASDcode.html COMMENT= Prototype storage implementation -ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-* +BROKEN_EXCEPT_FOR_PLATFORM= OSF1-*-* Linux-*-* FreeBSD-*-* NetBSD-*-* \ + SunOS-*-* IRIX-*-* USE_IMAKE= yes USE_TOOLS+= perl makedepend |