diff options
author | agc <agc@pkgsrc.org> | 2002-04-12 20:51:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-12 20:51:26 +0000 |
commit | 9fa9abc90a3cbebc867260f5d13dbefd0064bd3f (patch) | |
tree | d44b3de8fa71cb585233bc4f02de9f38699ed371 /sysutils | |
parent | 00624e92f1a93885e4b0ad7064673616047f24a3 (diff) | |
download | pkgsrc-9fa9abc90a3cbebc867260f5d13dbefd0064bd3f.tar.gz |
Note that this package is only meant to be built on NetBSD 1.5.x
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fdgw/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
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})" |