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