diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-09-10 23:46:22 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-09-10 23:46:22 +0000 |
commit | 81221d71bc66fca25a373d5ff2b7c0020866d526 (patch) | |
tree | fe40e8e3bcb6c05438cc7abbf4042bf65ebdfde4 /lang/jini/Makefile | |
parent | fa039d2bd140ec8b5e18884ec0014444b6cea2e4 (diff) | |
download | pkgsrc-81221d71bc66fca25a373d5ff2b7c0020866d526.tar.gz |
Give Darwin a chance at this (though I haven't tried it for license
reasons), and remove support for pre-1.6 NetBSD-current.
Diffstat (limited to 'lang/jini/Makefile')
-rw-r--r-- | lang/jini/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/jini/Makefile b/lang/jini/Makefile index 6c4ee9bc964..5b906c5685b 100644 --- a/lang/jini/Makefile +++ b/lang/jini/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/07/29 22:23:26 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/10 23:46:22 schmonz Exp $ # DISTNAME= jini-1_2_1-src @@ -11,9 +11,7 @@ MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://www.sun.com/jini/ 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= Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-* INTERACTIVE_STAGE=fetch LICENSE= scsl3-jini-tsa-1.0-license |