Only have a pre-requisite of ncurses on NetBSD.
This commit is contained in:
parent
cbd3af2fa3
commit
f4d100bac6
1 changed files with 5 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue