From 7da9b9b88ba1a28dac013fb9c57bde149e46318d Mon Sep 17 00:00:00 2001 From: lebel Date: Sat, 16 Feb 2002 15:23:16 +0000 Subject: [PATCH] update vim's python dependencies --- editors/vim/stable/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vim/stable/Makefile b/editors/vim/stable/Makefile index fb264e278d5..412023094d2 100644 --- a/editors/vim/stable/Makefile +++ b/editors/vim/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2002/02/14 19:03:51 lebel Exp $ +# $OpenBSD: Makefile,v 1.40 2002/02/16 15:23:16 lebel Exp $ COMMENT= "vi clone, many additional features" COMMENT-lang= "vi clone, NLS subpackage" @@ -69,7 +69,7 @@ CONFIGURE_ARGS+=--enable-perlinterp PYTHON_VER= 2.1 CONFIGURE_ARGS+=--enable-pythoninterp \ --with-python-config-dir=${LOCALBASE}/lib/python${PYTHON_VER}/config -RUN_DEPENDS+= python${PYTHON_VER}::lang/python +RUN_DEPENDS+= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER} BUILD_DEPENDS= ${RUN_DEPENDS} .endif