summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-01-29 15:34:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-01-29 15:34:02 +0000
commit2b53656d8af5d6cb5777d0886e2e5d5e31c6ac92 (patch)
treeb5ab56244021e64ab3503fd2acdc5976b3d77306 /devel
parent9d7f44a80b937f9eeff0b737f537890d3856eccc (diff)
downloadfreebsd-ports-2b53656d8af5d6cb5777d0886e2e5d5e31c6ac92.zip
Fix typo that prevents disabling THREADS since r362796
Differential Revision: https://reviews.freebsd.org/D1717 Approved by: portmgr blanket Approved by: bapt (mentor)
Diffstat (limited to 'devel')
-rw-r--r--devel/libevent2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile
index 7d2c227b43c8..7a5ca3e2809d 100644
--- a/devel/libevent2/Makefile
+++ b/devel/libevent2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libevent2
PORTVERSION= 2.0.22
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= mm@FreeBSD.org
@@ -32,7 +33,7 @@ OPENSSL_CPPFLAGS= -I${OPENSSLINC}
OPENSSL_LDFLAGS= -L${OPENSSLLIB}
OPENSSL_CONFIGURE_ENABLE= openssl
-THREADS_CONFIGURE_ENABLE= support
+THREADS_CONFIGURE_ENABLE= thread-support
post-patch:
${ECHO_CMD} 'AC_CONFIG_MACRO_DIR([m4])' >>${WRKSRC}/configure.in