diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vfu/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 42b80a210eb..2dd79f0e7a3 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/09/03 12:33:29 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/01/07 14:34:39 wiz Exp $ # DISTNAME= vfu-3.01 @@ -10,13 +10,11 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.biscom.net/~cade/away/vfu/ -DEPENDS= ncurses>=5.0:../../devel/ncurses - +USE_CURSES= # defined +REPLACE_NCURSES= ${WRKSRC}/vfu/makefile ${WRKSRC}/vslib/unicon.h \ + ${WRKSRC}/vslib/makefile USE_PERL5= # defined -post-extract: - ${ECHO} "" >>build.netbsd - do-build: cd ${WRKSRC} ; \ ${SETENV} ${MAKE_ENV} ${SH} build.netbsd |