From d104055af4d935bd3c32ddc3930aa1b200d28267 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 29 Sep 2007 12:04:39 +0000 Subject: Linux also need gmake, reported by Aleksey Cheusov in pkgsrc-users@. --- sysutils/xosview/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils/xosview') diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 41b5f8a4717..4860d348583 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2007/04/09 21:22:11 veego Exp $ +# $NetBSD: Makefile,v 1.64 2007/09/29 12:04:39 obache Exp $ DISTNAME= xosview-1.8.3 PKGREVISION= 1 @@ -34,6 +34,8 @@ BUILD_DEFS+= UVM USE_TOOLS+= gmake CPPFLAGS+= -I${X11BASE:Q}/include LIBS+= -lsocket -lnsl +.elif ${OPSYS} == "Linux" +USE_TOOLS+= gmake .endif SUBST_CLASSES+= paths -- cgit v1.2.3