aboutsummaryrefslogtreecommitdiff
path: root/net/liboauth
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-01-06 08:48:21 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-01-06 08:48:21 +0000
commiteaf5e9358cf68e3130a7364fefe3024072b0ec78 (patch)
tree9cb14288f6f56d3606e81704149a90ae737fb65b /net/liboauth
parentc8de440e97f92545ede000e4a357dd8f28fcc3a2 (diff)
downloadports-eaf5e9358cf68e3130a7364fefe3024072b0ec78.tar.gz
ports-eaf5e9358cf68e3130a7364fefe3024072b0ec78.zip
The pkgconfig file from liboauth referes to the libcrypto pkgconfig file.
Remove the reference, because our openssl is installed without such a file. Submitted by: kwm
Notes
Notes: svn path=/head/; revision=288619
Diffstat (limited to 'net/liboauth')
-rw-r--r--net/liboauth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile
index 88970a23ab72..2cac4e024460 100644
--- a/net/liboauth/Makefile
+++ b/net/liboauth/Makefile
@@ -7,6 +7,7 @@
PORTNAME= liboauth
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://liboauth.sourceforge.net/pool/
@@ -25,6 +26,7 @@ USE_LDCONFIG= yes
MAN3= oauth.3
post-patch:
- @${REINPLACE_CMD} -e '/^if test/s/ == / = /' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/^if test/s/ == / = /' \
+ -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure
.include <bsd.port.mk>