svn commit: r325411 - head/net/freebsd-uucp

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 26 17:48:37 UTC 2013


Author: bapt
Date: Mon Aug 26 17:48:36 2013
New Revision: 325411
URL: http://svnweb.freebsd.org/changeset/ports/325411

Log:
  Fix build on head after CVS removal

Modified:
  head/net/freebsd-uucp/Makefile

Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile	Mon Aug 26 17:43:16 2013	(r325410)
+++ head/net/freebsd-uucp/Makefile	Mon Aug 26 17:48:36 2013	(r325411)
@@ -28,6 +28,7 @@ BPKGNAME=	base-uucp-1.06.1
 
 # fix errros for -std=iso9899:1999 in FreeBSD 5.1
 MAKE_ENV+=	CSTD=gnu99
+BUILD_DEPENDS=	cvs:${PORTSDIR}/devel/cvs
 
 .if defined(WITH_PAM)
 PAM_SUFFIX=	-pam


More information about the svn-ports-head mailing list