svn commit: r366192 - head/devel/libevent2
John Marino
marino at FreeBSD.org
Tue Aug 26 06:58:20 UTC 2014
Author: marino
Date: Tue Aug 26 06:58:19 2014
New Revision: 366192
URL: http://svnweb.freebsd.org/changeset/ports/366192
QAT: https://qat.redports.org/buildarchive/r366192/
Log:
devel/libevent2: Fix typo that blocked building with openSSL
PR: 193006
Reported by: poyopoyo (puripuri.plala.or.jp)
Modified:
head/devel/libevent2/Makefile
Modified: head/devel/libevent2/Makefile
==============================================================================
--- head/devel/libevent2/Makefile Tue Aug 26 05:34:43 2014 (r366191)
+++ head/devel/libevent2/Makefile Tue Aug 26 06:58:19 2014 (r366192)
@@ -25,7 +25,7 @@ INSTALL_TARGET= install-strip
OPENSSL_USE= openssl=yes
OPENSSL_CPPFLAGS= -I${OPENSSLINC}
-OPENSLS_LDFLAGS= -L${OPENSSLLIB}
+OPENSSL_LDFLAGS= -L${OPENSSLLIB}
OPENSSL_CONFIGURE_ENABLE= openssl
THREADS_CONFIGURE_ENABLE= support
More information about the svn-ports-all
mailing list