summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoragc <agc>1999-10-21 15:12:40 +0000
committeragc <agc>1999-10-21 15:12:40 +0000
commit4f69444821a566738591d45089437e25ad831dad (patch)
tree325bd0b86800825a3c4f1d558a57a5e79537ceef /misc
parent22e1caa59385d2c0c3dd395a5e659a5435e54ba1 (diff)
downloadpkgsrc-4f69444821a566738591d45089437e25ad831dad.tar.gz
Only have a pre-requisite of ncurses on NetBSD.
Diffstat (limited to 'misc')
-rw-r--r--misc/siag/Makefile7
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: