diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-23 00:09:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-23 00:09:17 +0000 |
commit | 38f89e6905f7919581176e49aa12d12466acfba1 (patch) | |
tree | e98485e3f6de6cf8118e596a583114723b3482dc /devel/clewn | |
parent | 9e3174efdbe77cf1424870ed718eab8b2557705c (diff) |
Notes
Diffstat (limited to 'devel/clewn')
-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> |