summaryrefslogtreecommitdiff
path: root/misc/siag
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-07 04:26:31 +0000
committerwiz <wiz>2001-01-07 04:26:31 +0000
commite82de90defc0eecb7029190e2bd522174b8db305 (patch)
tree2a3462e6eec167162bf0f144e12be7a9ae0e617a /misc/siag
parent20877b4e316329685cc71b015e64738d2a7c6192 (diff)
downloadpkgsrc-e82de90defc0eecb7029190e2bd522174b8db305.tar.gz
USE_CURSES instead of hardcoded dependency on ncurses.
Improve wildcard for guile dependency.
Diffstat (limited to 'misc/siag')
-rw-r--r--misc/siag/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index 5d8a3fec6d3..b6337072189 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/08/23 23:14:30 tron Exp $
+# $NetBSD: Makefile,v 1.18 2001/01/07 04:26:31 wiz Exp $
DISTNAME= siag-3.1.20
CATEGORIES= misc textproc math
@@ -9,10 +9,12 @@ HOMEPAGE= http://www.edu.stockholm.se/siag/
DEPENDS+= gv-3.5.8:../../print/gv
DEPENDS+= gnuplot-3.7:../../graphics/gnuplot
-DEPENDS+= guile-1.3.*:../../lang/guile
+DEPENDS+= guile>=1.3:../../lang/guile
CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include
GNU_CONFIGURE= YES
+USE_CURSES= YES
+REPLACE_NCURSES= ${WRKSRC}/tsiag/window.c ${WRKSRC}/configure
USE_GMAKE= YES
USE_X11= YES
USE_XAW= YES
@@ -24,10 +26,6 @@ STRIPFLAG=
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses>=4.2:../../devel/ncurses
-.endif
-
XAW_TYPE?= 3d
.include "../../mk/bsd.pkg.mk"