From f4d100bac62d714f706f2c37e4357866575f430b Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 21 Oct 1999 15:12:40 +0000 Subject: [PATCH] Only have a pre-requisite of ncurses on NetBSD. --- misc/siag/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/misc/siag/Makefile b/misc/siag/Makefile index cedfdfe17973..a70210b1b51c 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/10/13 23:14:51 simonb Exp $ +# $NetBSD: Makefile,v 1.12 1999/10/21 15:12:40 agc Exp $ DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math @@ -10,7 +10,6 @@ HOMEPAGE= http://www.edu.stockholm.se/siag/ DEPENDS+= gv-3.5.8:../../print/gv DEPENDS+= gnuplot-3.7:../../graphics/gnuplot DEPENDS+= guile-1.3.2:../../lang/guile -DEPENDS+= ncurses-4.2:../../devel/ncurses CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include GNU_CONFIGURE= yes @@ -24,6 +23,10 @@ STRIPFLAG= .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" +DEPENDS+= ncurses-4.2:../../devel/ncurses +.endif + XAW_TYPE?= 3d post-install: