diff options
author | marino <marino@FreeBSD.org> | 2014-08-26 14:58:19 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-26 14:58:19 +0800 |
commit | 2afef7fc0fea26806167aea4f97bbd7c87e24ed0 (patch) | |
tree | 464250b61667c2279a4386e93d7552dd4374e7a0 /devel | |
parent | c871050ba7576f3fab3cdea788006dee4c11e772 (diff) | |
download | freebsd-ports-gnome-2afef7fc0fea26806167aea4f97bbd7c87e24ed0.tar.gz freebsd-ports-gnome-2afef7fc0fea26806167aea4f97bbd7c87e24ed0.tar.zst freebsd-ports-gnome-2afef7fc0fea26806167aea4f97bbd7c87e24ed0.zip |
devel/libevent2: Fix typo that blocked building with openSSL
PR: 193006
Reported by: poyopoyo (puripuri.plala.or.jp)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libevent2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile index 1ad863992875..93c3f7d86485 100644 --- a/devel/libevent2/Makefile +++ b/devel/libevent2/Makefile @@ -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 |