svn commit: r331419 - head/www/spdylay
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 23 19:41:57 UTC 2013
Author: sunpoet
Date: Wed Oct 23 19:41:56 2013
New Revision: 331419
URL: http://svnweb.freebsd.org/changeset/ports/331419
Log:
- Respect libevent_openssl.pc
Modified:
head/www/spdylay/Makefile
Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile Wed Oct 23 19:36:17 2013 (r331418)
+++ head/www/spdylay/Makefile Wed Oct 23 19:41:56 2013 (r331419)
@@ -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:
More information about the svn-ports-all
mailing list