Date: Sat, 2 May 2015 10:06:42 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385170 - head/security/sks Message-ID: <201505021006.t42A6gqx065815@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver +BUILD_DEPENDS= camlp4:${PORTSDIR}/devel/ocaml-camlp4 + PROJECTHOST= sks-keyserver USE_OCAML= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505021006.t42A6gqx065815>