summaryrefslogtreecommitdiff
path: root/editors/vim-lite
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-lite')
-rw-r--r--editors/vim-lite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile
index 1511334ccda3..7d302871a73d 100644
--- a/editors/vim-lite/Makefile
+++ b/editors/vim-lite/Makefile
@@ -4,13 +4,14 @@
# Date created: Fri Jun 25, 1999
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.1.1.1 1999/07/14 18:51:45 obrien Exp $
+# $Id: Makefile,v 1.2 1999/07/15 22:45:47 mharo Exp $
#
PKGNAME= vim-lite-5.3
LITE= yes
+.include <bsd.port.pre.mk>
.if exists(${.CURDIR}/../vim5)
MASTERDIR= ${.CURDIR}/../vim5
.else