Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 00:09:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340757 - head/devel/clewn
Message-ID:  <201401230009.s0N09IYE034891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan 23 00:09:17 2014
New Revision: 340757
URL: http://svnweb.freebsd.org/changeset/ports/340757
QAT: https://qat.redports.org/buildarchive/r340757/

Log:
  Support stage
  Depends on vim binary rather than a specific version of the vim package to allow installing with vim-lite

Modified:
  head/devel/clewn/Makefile

Modified: head/devel/clewn/Makefile
==============================================================================
--- head/devel/clewn/Makefile	Thu Jan 23 00:07:29 2014	(r340756)
+++ head/devel/clewn/Makefile	Thu Jan 23 00:09:17 2014	(r340757)
@@ -10,11 +10,10 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230009.s0N09IYE034891>