svn commit: r327153 - head/devel/cvsd

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 14:44:36 UTC 2013


Author: bapt
Date: Fri Sep 13 14:44:35 2013
New Revision: 327153
URL: http://svnweb.freebsd.org/changeset/ports/327153

Log:
  Add cvs as dependency, since it has been removed from base

Modified:
  head/devel/cvsd/Makefile

Modified: head/devel/cvsd/Makefile
==============================================================================
--- head/devel/cvsd/Makefile	Fri Sep 13 14:41:21 2013	(r327152)
+++ head/devel/cvsd/Makefile	Fri Sep 13 14:44:35 2013	(r327153)
@@ -13,6 +13,8 @@ COMMENT=	CVS pserver daemon
 EXTRA_PATCHES=	${FILESDIR}/extra-cvsd-buildroot.in
 
 USES=		perl5
+BUILD_DEPENDS=	cvs:${PORTSDIR}/devel/cvs
+RUN_DEPENDS=	cvs:${PORTSDIR}/devel/cvs
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libwrap
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \


More information about the svn-ports-all mailing list