diff options
author | joerg <joerg> | 2007-06-25 23:20:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-25 23:20:58 +0000 |
commit | 7530e086c6361c388234e0ed1c1f8581fccd1b20 (patch) | |
tree | 43ca758e2ddabf1e219eb7128b904f2cdbaab63d /lang/sun-jre6 | |
parent | 37dcc36addb3ead81824934841665444bfd3600a (diff) | |
download | pkgsrc-7530e086c6361c388234e0ed1c1f8581fccd1b20.tar.gz |
Mask DragonFly. It coredumps and just hangs around.
Diffstat (limited to 'lang/sun-jre6')
-rw-r--r-- | lang/sun-jre6/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jre6/Makefile.common b/lang/sun-jre6/Makefile.common index 7627723d80c..cb5f40eb004 100644 --- a/lang/sun-jre6/Makefile.common +++ b/lang/sun-jre6/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2007/04/26 20:35:33 tv Exp $ +# $NetBSD: Makefile.common,v 1.3 2007/06/25 23:20:58 joerg Exp $ CATEGORIES= lang java COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME} @@ -16,6 +16,8 @@ NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +NOT_FOR_PLATFORM= DragonFly-*-* + INTERACTIVE_STAGE= fetch .include "../../mk/bsd.prefs.mk" |