From 9fa9abc90a3cbebc867260f5d13dbefd0064bd3f Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 12 Apr 2002 20:51:26 +0000 Subject: Note that this package is only meant to be built on NetBSD 1.5.x --- sysutils/fdgw/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sysutils/fdgw') diff --git a/sysutils/fdgw/Makefile b/sysutils/fdgw/Makefile index 2457f61a842..59195074dcd 100644 --- a/sysutils/fdgw/Makefile +++ b/sysutils/fdgw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/20 18:11:14 wennmach Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/12 20:51:26 agc Exp $ # DISTNAME= fdgw-20020130 @@ -13,17 +13,14 @@ BSDSRCDIR?= /usr/src _IMG_SRC_DIR = ${WRKSRC}/image.${MACHINE_ARCH} _IMG_DST_DIR = ${PREFIX}/fdgw/${MACHINE_ARCH} +ONLY_FOR_PLATFORM= NetBSD-1.5.*-i386 + .include "../../mk/bsd.prefs.mk" .if !exists(${X11BASE}/bin/lndir) IGNORE= "${PKGNAME} requires the 'lndir' command, and hence X11" .endif -.if (${MACHINE_ARCH} != "i386") -IGNORE= "Sorry, fdgw is currently only available for i386 machines." -IGNORE+= "Please report to ${MAINTAINER} if you succeed to port fdgw to other architectures" -.endif - # we need the NetBSD source tree. .if !exists(${BSDSRCDIR}) IGNORE= "${PKGNAME} requires the NetBSD source tree in BSDSRCDIR (${BSDSRCDIR})" -- cgit v1.2.3