diff options
Diffstat (limited to 'misc/openoffice-bin/Makefile.NetBSD.i386')
-rw-r--r-- | misc/openoffice-bin/Makefile.NetBSD.i386 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/openoffice-bin/Makefile.NetBSD.i386 b/misc/openoffice-bin/Makefile.NetBSD.i386 deleted file mode 100644 index 3fe4eabbb2a..00000000000 --- a/misc/openoffice-bin/Makefile.NetBSD.i386 +++ /dev/null @@ -1,10 +0,0 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.4 2007/02/22 19:26:50 wiz Exp $ - -DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 - -.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline) -PKG_FAIL_REASON+= "please mount /emul/linux/proc or /proc" -.endif - -.include "../../emulators/suse_linux/Makefile.application" |