pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice-linux Use PKG_FAIL_REASON instead of B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02c1a55a8330
branches:  trunk
changeset: 468509:02c1a55a8330
user:      mrauch <mrauch%pkgsrc.org@localhost>
date:      Sat Feb 14 17:38:14 2004 +0000

description:
Use PKG_FAIL_REASON instead of BROKEN.

diffstat:

 misc/openoffice-linux/Makefile.NetBSD.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r a7716532d939 -r 02c1a55a8330 misc/openoffice-linux/Makefile.NetBSD.i386
--- a/misc/openoffice-linux/Makefile.NetBSD.i386        Sat Feb 14 17:37:21 2004 +0000
+++ b/misc/openoffice-linux/Makefile.NetBSD.i386        Sat Feb 14 17:38:14 2004 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index