diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-08 19:15:25 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-08 19:15:25 +0000 |
commit | d82b0d939edadaf920926d93aacd4b520dfbef29 (patch) | |
tree | 58f0115ca94f290d010ab5eb4cb56c4bb8f3d40e /sysutils/fdgw | |
parent | 5b7f56aed8805af806ceee2a8704a4aec03ba539 (diff) | |
download | pkgsrc-d82b0d939edadaf920926d93aacd4b520dfbef29.tar.gz |
This package does only work on NetBSD 1.5. Mark it as "unavailable"
instead of "broken" on other machines.
Diffstat (limited to 'sysutils/fdgw')
-rw-r--r-- | sysutils/fdgw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fdgw/Makefile b/sysutils/fdgw/Makefile index 9ca425aeb1a..679f683c41b 100644 --- a/sysutils/fdgw/Makefile +++ b/sysutils/fdgw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/02 15:10:59 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/07/08 19:15:25 kristerw Exp $ # DISTNAME= fdgw-20020130 @@ -49,13 +49,13 @@ post-install: .include "../../mk/bsd.prefs.mk" -.if !exists(${X11BASE}/bin/lndir) +.if !exists(${X11BASE}/bin/lndir) && ${OPSYS} == "NetBSD" PKG_FAIL_REASON= "${PKGNAME} requires the 'lndir' command, and hence X11" .endif # we need the NetBSD source tree. BSDSRCDIR?= /usr/src -.if !exists(${BSDSRCDIR}) +.if !exists(${BSDSRCDIR}) && ${OPSYS} == "NetBSD" PKG_FAIL_REASON+= "${PKGNAME} requires the NetBSD source tree in BSDSRCDIR (${BSDSRCDIR})" .endif |