Date: Fri, 13 Sep 2013 14:44:35 +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: r327153 - head/devel/cvsd Message-ID: <201309131444.r8DEiZaa041028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131444.r8DEiZaa041028>