summaryrefslogtreecommitdiff
path: root/sysutils/fdgw
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-04-12 20:51:26 +0000
committeragc <agc@pkgsrc.org>2002-04-12 20:51:26 +0000
commit9fa9abc90a3cbebc867260f5d13dbefd0064bd3f (patch)
treed44b3de8fa71cb585233bc4f02de9f38699ed371 /sysutils/fdgw
parent00624e92f1a93885e4b0ad7064673616047f24a3 (diff)
downloadpkgsrc-9fa9abc90a3cbebc867260f5d13dbefd0064bd3f.tar.gz
Note that this package is only meant to be built on NetBSD 1.5.x
Diffstat (limited to 'sysutils/fdgw')
-rw-r--r--sysutils/fdgw/Makefile9
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})"