aboutsummaryrefslogtreecommitdiffstats
path: root/net/liboauth
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2012-01-06 16:48:21 +0800
committerjohans <johans@FreeBSD.org>2012-01-06 16:48:21 +0800
commit6576498c4581ca3dd9e4de4ad1e3f12e8befca75 (patch)
treed2bbd9402fb1df28423bd0dcaa25733eb514825f /net/liboauth
parent824768687d8f394b6dabce4468af5f569a8dd635 (diff)
downloadfreebsd-ports-gnome-6576498c4581ca3dd9e4de4ad1e3f12e8befca75.tar.gz
freebsd-ports-gnome-6576498c4581ca3dd9e4de4ad1e3f12e8befca75.tar.zst
freebsd-ports-gnome-6576498c4581ca3dd9e4de4ad1e3f12e8befca75.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
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>