summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorwiz <wiz>2000-11-02 03:25:32 +0000
committerwiz <wiz>2000-11-02 03:25:32 +0000
commit76326b9d4ed12054a03e18b7cccf860f2d22f7cd (patch)
treed820a2e345b88d60135b9e3edc15e3a1494120c7 /editors/vim
parent429fc9bdbc2405cc11e509883468d47eb9e50805 (diff)
downloadpkgsrc-76326b9d4ed12054a03e18b7cccf860f2d22f7cd.tar.gz
NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index e022dfdad6f..89b4352a043 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2000/07/28 10:33:57 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2000/11/02 03:25:33 wiz Exp $
.include "../vim-share/Makefile.common"
@@ -24,7 +24,7 @@ post-install:
${LN} -s vim ${PREFIX}/bin/$$f; \
done
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.prefs.mk"
.if ${NEED_NCURSES} == "YES"
CONFIGURE_ARGS+= --with-tlib=ncurses
@@ -32,3 +32,5 @@ CONFIGURE_ARGS+= --with-tlib=ncurses
CPPFLAGS=
CONFIGURE_ARGS+= --with-tlib=curses
.endif
+
+.include "../../mk/bsd.pkg.mk"