diff options
author | wiz <wiz> | 2001-12-07 00:36:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-07 00:36:26 +0000 |
commit | 5f63cd763ec0ea698d9b61e8fe116eba21c14529 (patch) | |
tree | 0b5ba6b100e4b0fbc0e29a9ba61d6893dc34c0ae | |
parent | 3c888336903e2bc665c6314ad998127481665540 (diff) | |
download | pkgsrc-5f63cd763ec0ea698d9b61e8fe116eba21c14529.tar.gz |
Use ncurses and perl5 buildlink.mks, and set USE_BUILDLINK_ONLY.
-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" |