diff options
author | abs <abs> | 2003-09-02 20:06:22 +0000 |
---|---|---|
committer | abs <abs> | 2003-09-02 20:06:22 +0000 |
commit | ebf1cf82f3a744fe40834c1f6c71f88162c1533c (patch) | |
tree | bbcb876e324e3acc5dfde8043b8389bc0f654c6d /misc | |
parent | caef558591ef7ac13304e447f46c55e415ba7636 (diff) | |
download | pkgsrc-ebf1cf82f3a744fe40834c1f6c71f88162c1533c.tar.gz |
Allow /emul/linux/proc as well as /proc
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice-linux/Makefile.NetBSD.i386 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/openoffice-linux/Makefile.NetBSD.i386 b/misc/openoffice-linux/Makefile.NetBSD.i386 index 83ee4885bd5..47246e2dd1c 100644 --- a/misc/openoffice-linux/Makefile.NetBSD.i386 +++ b/misc/openoffice-linux/Makefile.NetBSD.i386 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.2 2003/02/13 00:05:44 hubertf Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.3 2003/09/02 20:06:22 abs 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 +.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline) +BROKEN= please mount /emul/linux/proc or /proc .endif .include "../../emulators/suse_linux/Makefile.application" |