diff options
author | obache <obache@pkgsrc.org> | 2007-09-29 12:04:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-29 12:04:39 +0000 |
commit | d104055af4d935bd3c32ddc3930aa1b200d28267 (patch) | |
tree | df9842e67946e1acc351d7a3f20a8b07916d9005 /sysutils/xosview | |
parent | fc097dd8cde2446150fda3336e7e319ebc4c14ac (diff) | |
download | pkgsrc-d104055af4d935bd3c32ddc3930aa1b200d28267.tar.gz |
Linux also need gmake, reported by Aleksey Cheusov in pkgsrc-users@.
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
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 |