diff options
author | mrauch <mrauch@pkgsrc.org> | 2003-10-20 20:23:49 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2003-10-20 20:23:49 +0000 |
commit | 902e2ac47149927650149b14dc1948074c291efe (patch) | |
tree | adefaed8b98c765e37b9049e09c82469c6be0d1d /misc/openoffice-linux/Makefile.NetBSD.i386 | |
parent | ca232e0828bbeb1dd91d676776b677d4b269e8dc (diff) | |
download | pkgsrc-902e2ac47149927650149b14dc1948074c291efe.tar.gz |
With newest versions of X suse_libc5 is needed, otherwise the setup process
will hang. Reported by Martin Schmitz on current-users (and confirmed
by others).
Diffstat (limited to 'misc/openoffice-linux/Makefile.NetBSD.i386')
-rw-r--r-- | misc/openoffice-linux/Makefile.NetBSD.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice-linux/Makefile.NetBSD.i386 b/misc/openoffice-linux/Makefile.NetBSD.i386 index 47246e2dd1c..e68ef7e3f13 100644 --- a/misc/openoffice-linux/Makefile.NetBSD.i386 +++ b/misc/openoffice-linux/Makefile.NetBSD.i386 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.3 2003/09/02 20:06:22 abs Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.4 2003/10/20 20:23:49 mrauch Exp $ DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_libc5>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libc5 DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 .if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline) |