diff options
author | kei <kei> | 2003-02-03 15:26:27 +0000 |
---|---|---|
committer | kei <kei> | 2003-02-03 15:26:27 +0000 |
commit | c7721814c1c3365e2b382668602aa129919ff6b1 (patch) | |
tree | d93aefa06f0b4f82e135ca6b3ab524e1516cf1bb | |
parent | a42cd9de7f6bdc8691e2ad6d7a004ef9b8759fb0 (diff) | |
download | pkgsrc-c7721814c1c3365e2b382668602aa129919ff6b1.tar.gz |
use ONLY_FOR_PLATFORM instead of defining PKG_SKIP_REASON. shoud fix the
problem on i386 bulk build.
-rw-r--r-- | misc/dt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/dt/Makefile b/misc/dt/Makefile index 2d759af215b..4ab47ebb769 100644 --- a/misc/dt/Makefile +++ b/misc/dt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/01/04 20:53:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/02/03 15:26:27 kei Exp $ # DISTNAME= dt-1.1.7 @@ -10,10 +10,7 @@ MAINTAINER= fredb@netbsd.org COMMENT= Virtual consoles for NetBSD/mac68k (and macppc?) NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL - -.if ${MACHINE} != "mac68k" -PKG_SKIP_REASON= "${PKGNAME} is only useful for mac68k!" -.endif +ONLY_FOR_PLATFORM= NetBSD-*-mac68k # NetBSD-*-macppc ALL_TARGET= depend all CPPFLAGS+= -D${DT_LAYOUT}_LAYOUT |