diff options
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 0a8a6a72859d..ddf78af56ade 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -71,8 +71,8 @@ ATHENA_USE= XORG=xaw CONSOLE_MAKE_ARGS= CONF_OPT_GUI="--enable-gui=no --without-x" CONSOLE_PLIST_SUB= GUI="@comment " CSCOPE_MAKE_ARGS= CONF_OPT_CSCOPE=--enable-cscope -CSCOPE_RUN_DEPENDS= cscope:${PORTSDIR}/devel/cscope -EXUBERANT_CTAGS_RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags +CSCOPE_RUN_DEPENDS= cscope:devel/cscope +EXUBERANT_CTAGS_RUN_DEPENDS= exctags:devel/ctags GNOME_MAKE_ARGS= CONF_OPT_GUI=--enable-gui=gnome2 X_LIBS="$(X_LIBS) -lX11 -lXpm -lXt" GNOME_PLIST_SUB= GUI="" GNOME_USE= GNOME=libgnomeui XORG=glproto,xpm,xt |