Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 19:41:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331419 - head/www/spdylay
Message-ID:  <201310231941.r9NJfu4G018426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231941.r9NJfu4G018426>