pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/fdgw This package does only work on NetBSD 1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/18b8b82dc680
branches: trunk
changeset: 496684:18b8b82dc680
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jul 08 19:15:25 2005 +0000
description:
This package does only work on NetBSD 1.5. Mark it as "unavailable"
instead of "broken" on other machines.
diffstat:
sysutils/fdgw/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r a60bde4fbe5a -r 18b8b82dc680 sysutils/fdgw/Makefile
--- a/sysutils/fdgw/Makefile Fri Jul 08 18:56:56 2005 +0000
+++ b/sysutils/fdgw/Makefile Fri Jul 08 19:15:25 2005 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index