diff options
author | agc <agc@pkgsrc.org> | 1999-10-21 15:12:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-21 15:12:40 +0000 |
commit | f4d100bac62d714f706f2c37e4357866575f430b (patch) | |
tree | 325bd0b86800825a3c4f1d558a57a5e79537ceef /misc/siag | |
parent | cbd3af2fa3aadfb288a814c649bdfe328e117c29 (diff) | |
download | pkgsrc-f4d100bac62d714f706f2c37e4357866575f430b.tar.gz |
Only have a pre-requisite of ncurses on NetBSD.
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index cedfdfe1797..a70210b1b51 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: |