diff options
author | johans <johans@FreeBSD.org> | 2015-05-02 18:06:42 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-05-02 18:06:42 +0800 |
commit | 336789152aa996f5538efce88c5bf1686524953e (patch) | |
tree | 6a6556deba6998dabbc136549f5154b9f5e1be54 /security | |
parent | 00d6fc0badc8c21f13b519181e3f48465bb192f6 (diff) | |
download | freebsd-ports-gnome-336789152aa996f5538efce88c5bf1686524953e.tar.gz freebsd-ports-gnome-336789152aa996f5538efce88c5bf1686524953e.tar.zst freebsd-ports-gnome-336789152aa996f5538efce88c5bf1686524953e.zip |
Add build dependency on camlp4, which is no longer part of ocaml
The created package has not changed
Diffstat (limited to 'security')
-rw-r--r-- | security/sks/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile index dcc311678eae..b939c8bff472 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://cdn.bitbucket.org/skskeyserver/sks-keyserver/downloads/ 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 |