diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-27 11:31:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-27 11:31:10 +0000 |
commit | 06b4ea3876d0bacdb8df68b06488f027ce18e1f8 (patch) | |
tree | 1b037def670694489104abae09b8b8337f0e5a08 /devel | |
parent | 542cd0842607c909c877863a282853066c72bca9 (diff) | |
download | ports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.tar.gz ports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libopkele/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Event-RPC/Makefile | 6 |
2 files changed, 3 insertions, 10 deletions
diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index 938ac8192843..e92551a09a53 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libxslt.so:textproc/libxslt USE_LDCONFIG= yes -USES= libtool gmake pkgconfig compiler:c++11-lang +USES= libtool gmake pkgconfig compiler:c++11-lang ssl GNU_CONFIGURE= yes CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ OPENSSL_LIBS=-L${OPENSSLLIB} @@ -27,13 +27,8 @@ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -# This port needs OpenSSL 0.9.8b which is present in 7.0 and up -USE_OPENSSL= yes - .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.openssl.mk" - # If we use the base OpenSSL either by default or # by design, we need to remove the openssl dependency # in pkgconfig/libopkele.pc. diff --git a/devel/p5-Event-RPC/Makefile b/devel/p5-Event-RPC/Makefile index d79c121d3875..5c4e5b66297c 100644 --- a/devel/p5-Event-RPC/Makefile +++ b/devel/p5-Event-RPC/Makefile @@ -26,7 +26,6 @@ SSL_DESC= Dependency to SSL lib OPTIONS_DEFAULT= EVENT ANYEVENT SSL .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> BUILD_DEPENDS= p5-Storable>=0:devel/p5-Storable @@ -43,11 +42,10 @@ BUILD_DEPENDS+= p5-Glib2>=0:devel/p5-Glib2 .endif .if ${PORT_OPTIONS:MSSL} -# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.openssl.mk" +USES+= ssl BUILD_DEPENDS+= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL .endif RUN_DEPENDS:= ${BUILD_DEPENDS} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |