diff options
author | kei <kei> | 2003-02-03 15:26:27 +0000 |
---|---|---|
committer | kei <kei> | 2003-02-03 15:26:27 +0000 |
commit | c1c7ff13813fe831bbfda61b53e245e923036794 (patch) | |
tree | d93aefa06f0b4f82e135ca6b3ab524e1516cf1bb /misc | |
parent | cd773fa1d8a09da36ac993f6cf83a1594a7c34a0 (diff) | |
download | pkgsrc-c1c7ff13813fe831bbfda61b53e245e923036794.tar.gz |
use ONLY_FOR_PLATFORM instead of defining PKG_SKIP_REASON. shoud fix the
problem on i386 bulk build.
Diffstat (limited to 'misc')
-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 |