diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-23 19:41:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-23 19:41:56 +0000 |
commit | 3c6a808b329ea14c7133d84eb41e37606e69250c (patch) | |
tree | 26196e635e561b90d7dfce9024e19ed7afbf912c /www/spdylay | |
parent | 6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9 (diff) | |
download | ports-3c6a808b329ea14c7133d84eb41e37606e69250c.tar.gz ports-3c6a808b329ea14c7133d84eb41e37606e69250c.zip |
Notes
Diffstat (limited to 'www/spdylay')
-rw-r--r-- | www/spdylay/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index 2487e5758764..9739a149271f 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -44,8 +44,6 @@ WITH_OPENSSL_PORT= yes .if ${PORT_OPTIONS:MSHRPX} LIB_DEPENDS+= libevent_openssl.so:${PORTSDIR}/devel/libevent2 CONFIGURE_ARGS+=--enable-examples -CONFIGURE_ENV+= LIBEVENT_OPENSSL_CFLAGS="-I${LOCALBASE}" \ - LIBEVENT_OPENSSL_LIBS="-L${LOCALBASE}/lib/event2 -levent_openssl" .endif post-build: |