aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-23 08:09:17 +0800
committerbapt <bapt@FreeBSD.org>2014-01-23 08:09:17 +0800
commit7223d68b4591f8504a6b764a7f9152ede39dc06f (patch)
treee98485e3f6de6cf8118e596a583114723b3482dc
parent3fa329c24dbfdd7e94f10214286242086536463d (diff)
downloadfreebsd-ports-gnome-7223d68b4591f8504a6b764a7f9152ede39dc06f.tar.gz
freebsd-ports-gnome-7223d68b4591f8504a6b764a7f9152ede39dc06f.tar.zst
freebsd-ports-gnome-7223d68b4591f8504a6b764a7f9152ede39dc06f.zip
Support stage
Depends on vim binary rather than a specific version of the vim package to allow installing with vim-lite
-rw-r--r--devel/clewn/Makefile5
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>