diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-02-13 00:05:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-02-13 00:05:44 +0000 |
commit | ff29b76569027480f429242376031b77ef52e905 (patch) | |
tree | 42ce9ffc45d56549094358af7a1a22d55e59dd6a /misc | |
parent | 6216711673f8c8965982bc29aa533e87fdb679f6 (diff) | |
download | pkgsrc-ff29b76569027480f429242376031b77ef52e905.tar.gz |
This really needs /proc mounted - add a check
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice-linux/Makefile.NetBSD.i386 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/openoffice-linux/Makefile.NetBSD.i386 b/misc/openoffice-linux/Makefile.NetBSD.i386 index efcb43eafef..83ee4885bd5 100644 --- a/misc/openoffice-linux/Makefile.NetBSD.i386 +++ b/misc/openoffice-linux/Makefile.NetBSD.i386 @@ -1,6 +1,10 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2003/01/22 21:57:53 mrauch Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.2 2003/02/13 00:05:44 hubertf Exp $ DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 +.if !exists(/proc/curproc/cmdline) +BROKEN= please mount /proc +.endif + .include "../../emulators/suse_linux/Makefile.application" |