diff options
Diffstat (limited to 'net/liboauth/Makefile')
-rw-r--r-- | net/liboauth/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index f442a5b8ac98..46b905417a3b 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -2,7 +2,7 @@ PORTNAME= liboauth PORTVERSION= 1.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/${PORTNAME} @@ -12,13 +12,11 @@ COMMENT= C library implementing the OAuth Core standard LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.MIT -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') - LIB_DEPENDS= libcurl.so:ftp/curl USES= libtool pkgconfig ssl USE_LDCONFIG= yes + GNU_CONFIGURE= yes MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip |