diff options
author | wiz <wiz> | 2001-01-07 14:34:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-07 14:34:39 +0000 |
commit | 046dbb8b75bbb0a31663869afcb90d0547ce5a5b (patch) | |
tree | 64fdefbc037326e849055864c1830c1be389a314 /misc/vfu | |
parent | ad985b05234797d98c2951b32c07a360c73ee35d (diff) | |
download | pkgsrc-046dbb8b75bbb0a31663869afcb90d0547ce5a5b.tar.gz |
USE_CURSES instead of hardwired ncurses dependency.
Diffstat (limited to 'misc/vfu')
-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 |