summaryrefslogtreecommitdiff
path: root/sysutils/xosview
diff options
context:
space:
mode:
authorobache <obache>2007-09-29 12:04:39 +0000
committerobache <obache>2007-09-29 12:04:39 +0000
commit1a4bae5de433a81a69cd42878285f29d64fd5a19 (patch)
treedf9842e67946e1acc351d7a3f20a8b07916d9005 /sysutils/xosview
parent3fe73e8341722ba15657a7123038e8729c4196f3 (diff)
downloadpkgsrc-1a4bae5de433a81a69cd42878285f29d64fd5a19.tar.gz
Linux also need gmake, reported by Aleksey Cheusov in pkgsrc-users@.
Diffstat (limited to 'sysutils/xosview')
-rw-r--r--sysutils/xosview/Makefile4
1 files changed, 3 insertions, 1 deletions
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