svn commit: r385170 - head/security/sks

Johan van Selst johans at FreeBSD.org
Sat May 2 10:06:43 UTC 2015


Author: johans
Date: Sat May  2 10:06:42 2015
New Revision: 385170
URL: https://svnweb.freebsd.org/changeset/ports/385170

Log:
  Add build dependency on camlp4, which is no longer part of ocaml
  The created package has not changed

Modified:
  head/security/sks/Makefile

Modified: head/security/sks/Makefile
==============================================================================
--- head/security/sks/Makefile	Sat May  2 09:49:35 2015	(r385169)
+++ head/security/sks/Makefile	Sat May  2 10:06:42 2015	(r385170)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://cdn.bitbucket.org/s
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Synchronizing Key Server, a fast OpenPGP keyserver
 
+BUILD_DEPENDS=	camlp4:${PORTSDIR}/devel/ocaml-camlp4
+
 PROJECTHOST=	sks-keyserver
 
 USE_OCAML=	yes


More information about the svn-ports-all mailing list