diff options
author | joerg <joerg> | 2010-03-31 02:35:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-03-31 02:35:05 +0000 |
commit | f08d1dd90075aabfaf1fd65dfe46f53054db18b3 (patch) | |
tree | 2b5398bc74ff2395ec42329d486234370252f603 /lang/sun-jre6 | |
parent | 25e680c245c7324454ddf5c1e5d8ff00a693042d (diff) | |
download | pkgsrc-f08d1dd90075aabfaf1fd65dfe46f53054db18b3.tar.gz |
Allow build on DragonFly. From PR 43085
Diffstat (limited to 'lang/sun-jre6')
-rw-r--r-- | lang/sun-jre6/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/sun-jre6/Makefile.common b/lang/sun-jre6/Makefile.common index a7d8f5b4510..574b7956e2a 100644 --- a/lang/sun-jre6/Makefile.common +++ b/lang/sun-jre6/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2009/03/06 16:22:55 abs Exp $ +# $NetBSD: Makefile.common,v 1.13 2010/03/31 02:35:05 joerg Exp $ # used by lang/sun-jre6/Makefile # used by lang/sun-jdk6/Makefile @@ -34,9 +34,6 @@ DIST_ARCH= ${DIST_ARCH.${EMUL_ARCH}} DIST_ARCH= ${EMUL_ARCH} .endif -# On DragonFly, this just seems to coredump and/or hang around. -NOT_FOR_PLATFORM= DragonFly-*-* - INTERACTIVE_STAGE= fetch BUILD_DIRS= # empty |