diff options
author | mrauch <mrauch@pkgsrc.org> | 2004-02-14 17:38:14 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2004-02-14 17:38:14 +0000 |
commit | 18bef4619b560098167a8b95f51515559490fce0 (patch) | |
tree | 123e11d0810c6d024570d3e2cfafd93b835bad25 /misc | |
parent | 13ab77a85eaddf296bf716be88fb314f5a6eec01 (diff) | |
download | pkgsrc-18bef4619b560098167a8b95f51515559490fce0.tar.gz |
Use PKG_FAIL_REASON instead of BROKEN.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice-linux/Makefile.NetBSD.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice-linux/Makefile.NetBSD.i386 b/misc/openoffice-linux/Makefile.NetBSD.i386 index f2834f1ece7..063172e1235 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.5 2004/01/25 16:57:57 mrauch Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.6 2004/02/14 17:38:14 mrauch 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) -BROKEN= please mount /emul/linux/proc or /proc +PKG_FAIL_REASON= please mount /emul/linux/proc or /proc .endif .include "../../emulators/suse_linux/Makefile.application" |