aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/cjose/Makefile1
-rw-r--r--devel/cjose/files/patch-cjose.pc.in10
2 files changed, 11 insertions, 0 deletions
diff --git a/devel/cjose/Makefile b/devel/cjose/Makefile
index 69c8fe052e36..6816f685c629 100644
--- a/devel/cjose/Makefile
+++ b/devel/cjose/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cjose
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= jamie@chair6.net
diff --git a/devel/cjose/files/patch-cjose.pc.in b/devel/cjose/files/patch-cjose.pc.in
new file mode 100644
index 000000000000..a4860f8eea40
--- /dev/null
+++ b/devel/cjose/files/patch-cjose.pc.in
@@ -0,0 +1,10 @@
+--- cjose.pc.in.orig 2017-09-13 01:19:02 UTC
++++ cjose.pc.in
+@@ -11,6 +11,6 @@ Name: cjose
+ URL: https://github.com/cisco/cjose
+ Description: JOSE implementation for C
+ Version: @VERSION@
+-Requires: jansson >= 2.3, libcrypto >= 1.0.1
++Requires: jansson >= 2.3
+ Cflags: -I${includedir}
+ Libs: -L${libdir} -lcjose