diff options
author | wiz <wiz> | 2003-01-04 20:53:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-04 20:53:58 +0000 |
commit | 6bdf1abe6813132909528c0f0519c4233b009e4a (patch) | |
tree | 0039c8119033c7c4d19e99da970c51640f70cb70 | |
parent | 4a3c877825b2febbe329b9bf3c6e56ae5daad49e (diff) | |
download | pkgsrc-6bdf1abe6813132909528c0f0519c4233b009e4a.tar.gz |
Another PKG_FAIL_REASON -> PKG_SKIP_REASON for OPSYS reasons.
-rw-r--r-- | misc/dt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dt/Makefile b/misc/dt/Makefile index 2f41989e47d..2d759af215b 100644 --- a/misc/dt/Makefile +++ b/misc/dt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/12/07 02:38:59 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2003/01/04 20:53:58 wiz Exp $ # DISTNAME= dt-1.1.7 @@ -12,7 +12,7 @@ COMMENT= Virtual consoles for NetBSD/mac68k (and macppc?) NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL .if ${MACHINE} != "mac68k" -PKG_FAIL_REASON= "${PKGNAME} is only useful for mac68k!" +PKG_SKIP_REASON= "${PKGNAME} is only useful for mac68k!" .endif ALL_TARGET= depend all |