diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-07-04 15:41:32 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-07-04 15:41:32 +0000 |
commit | c60907026fd9beecc7deb6b64ee8681f73fe0302 (patch) | |
tree | 182aa40624c6a5c5342fefe33a0e2c95b144660a /lang/jini | |
parent | 0cb6b8c41c557ab1c0632b38f4200c8379aa54b2 (diff) | |
download | pkgsrc-c60907026fd9beecc7deb6b64ee8681f73fe0302.tar.gz |
Allow builds on 1.6_*, too.
Diffstat (limited to 'lang/jini')
-rw-r--r-- | lang/jini/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jini/Makefile b/lang/jini/Makefile index 2102afcc698..5c1b20c9c0e 100644 --- a/lang/jini/Makefile +++ b/lang/jini/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2002/05/14 20:07:10 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/04 15:41:32 jschauma Exp $ # DISTNAME= jini-1_2_1-src @@ -13,7 +13,7 @@ COMMENT= Suns Jini(tm) Technology Starter Kit # depends on Rev 1.39 of sys/compat/linux/common/linux_socket.c # comment out if you have a kernel built using that revision -ONLY_FOR_PLATFORM= NetBSD-1.5Z[D-Z]-* NetBSD-1.[6-9]-* Linux-*-* +ONLY_FOR_PLATFORM= NetBSD-1.5Z[D-Z]-* NetBSD-1.[6-9]*-* Linux-*-* LICENSE= scsl3-jini-tsa-1.0-license RESTRICTED= "Redistribution of repackaged binaries not permitted" |