diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-01-06 08:48:21 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-01-06 08:48:21 +0000 |
commit | eaf5e9358cf68e3130a7364fefe3024072b0ec78 (patch) | |
tree | 9cb14288f6f56d3606e81704149a90ae737fb65b /net/liboauth | |
parent | c8de440e97f92545ede000e4a357dd8f28fcc3a2 (diff) | |
download | ports-eaf5e9358cf68e3130a7364fefe3024072b0ec78.tar.gz ports-eaf5e9358cf68e3130a7364fefe3024072b0ec78.zip |
Notes
Diffstat (limited to 'net/liboauth')
-rw-r--r-- | net/liboauth/Makefile | 4 |
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> |