svn commit: r340757 - head/devel/clewn

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:09:18 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list