diff options
author | hira <hira@pkgsrc.org> | 2009-02-15 15:15:08 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2009-02-15 15:15:08 +0000 |
commit | 688082a8186ed7cdb4c7bf1a2cb2640f24c2975e (patch) | |
tree | 8e7b5d638c238b59c8976515f4b34a614a176704 /misc | |
parent | c1be5698ca765a236a089ca83939ae0d2151ad04 (diff) | |
download | pkgsrc-688082a8186ed7cdb4c7bf1a2cb2640f24c2975e.tar.gz |
Re-add PKG_JVMS_ACCEPTED.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile.NetBSD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/openoffice3/Makefile.NetBSD b/misc/openoffice3/Makefile.NetBSD index eefcc56beca..b2f9ea720af 100644 --- a/misc/openoffice3/Makefile.NetBSD +++ b/misc/openoffice3/Makefile.NetBSD @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.NetBSD,v 1.2 2008/11/22 07:57:03 hira Exp $ +# $NetBSD: Makefile.NetBSD,v 1.3 2009/02/15 15:15:08 hira Exp $ # # *.pc files are required, but these don't exist on NetBSD. @@ -14,6 +14,8 @@ USE_BUILTIN.${_pkg_}= no #OPENOFFICE_DLLSUFFIX= bi OPENOFFICE_OUTPATH= unxbsdi3 OPENOFFICE_SETFILE= NetBSDX86 +# This package needs native Java. +PKG_JVMS_ACCEPTED= jdk14 jdk15 .elif ${MACHINE_ARCH} == "x86_64" #OPENOFFICE_DLLSUFFIX= bx OPENOFFICE_OUTPATH= unxbsdx3 |