diff options
Diffstat (limited to 'sysutils/xosview/Makefile')
-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 |