diff options
-rw-r--r-- | editors/vile/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index c31f388ca86..8d9a9a1b621 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/06/11 06:34:31 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/12/07 00:36:26 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp DISTNAME= vile-9.0 @@ -11,9 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org COMMENT= VI Like Emacs. a vi "workalike", with many additional features -USE_PERL5= # defined -USE_CURSES= # defined - +USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR} @@ -39,11 +37,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/$$f ${EGDIR}; \ done -.include "../../mk/bsd.prefs.mk" - -.if ${NEED_NCURSES} == "YES" -CPPFLAGS+= -DHAVE_NCURSES_H -CONFIGURE_ARGS+= --with-screen=ncurses -.endif - +.include "../../devel/ncurses/buildlink.mk" +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |