summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-07 00:36:26 +0000
committerwiz <wiz@pkgsrc.org>2001-12-07 00:36:26 +0000
commitb647ab1e894f8a9b69ef9e55fa1ea8a263e4b6ff (patch)
tree0b5ba6b100e4b0fbc0e29a9ba61d6893dc34c0ae /editors/vile
parent62c8745c957b70f21e4a4849494bbbf4e06d6321 (diff)
downloadpkgsrc-b647ab1e894f8a9b69ef9e55fa1ea8a263e4b6ff.tar.gz
Use ncurses and perl5 buildlink.mks, and set USE_BUILDLINK_ONLY.
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile15
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"