diff options
Diffstat (limited to 'devel/clewn/Makefile')
-rw-r--r-- | devel/clewn/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/clewn/Makefile b/devel/clewn/Makefile index a4f1094971f9..53d23e359b0b 100644 --- a/devel/clewn/Makefile +++ b/devel/clewn/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= giacomomariani@yahoo.it COMMENT= Clewn provides Gdb support within Vim -RUN_DEPENDS= vim>=6.3:${PORTSDIR}/editors/vim +RUN_DEPENDS= vim:${PORTSDIR}/editors/vim +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles -USE_GMAKE= yes -NO_STAGE= yes .include <bsd.port.mk> |