diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-04 20:58:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-04 20:58:03 +0000 |
commit | 4b2ba322e6ab82e4baaf1d449b73cd0cbba27b83 (patch) | |
tree | 184fd75aecbbf950ab25e2c178b44a9a720980b8 /sysutils | |
parent | 350cf5456f8cddfa52dbafcf26ab7c364322ab10 (diff) | |
download | pkgsrc-4b2ba322e6ab82e4baaf1d449b73cd0cbba27b83.tar.gz |
mark as only for 1.5J and later since thats when the i2o driver was added.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/i2ocfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/i2ocfg/Makefile b/sysutils/i2ocfg/Makefile index fc62b24b581..a8bad27a971 100644 --- a/sysutils/i2ocfg/Makefile +++ b/sysutils/i2ocfg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/21 14:26:16 ad Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/04 20:58:03 dmcmahill Exp $ DISTNAME= i2ocfg-1.0 CATEGORIES= sysutils @@ -8,7 +8,7 @@ MAINTAINER= ad@netbsd.org HOMEPAGE= http://www.netbsd.org/~ad/i2ocfg/ COMMENT= I2O configuration dialog gateway -ONLY_FOR_PLATFORM= NetBSD-*-* +ONLY_FOR_PLATFORM= NetBSD-1.5[J-Z]-* NetBSD-1.[6-9]*-* MANCOMPRESSED_IF_MANZ= YES |