summaryrefslogtreecommitdiff
path: root/net/tor
diff options
context:
space:
mode:
authorobache <obache>2008-02-19 13:45:18 +0000
committerobache <obache>2008-02-19 13:45:18 +0000
commit877d41720e2f948bb6a4b91bb2284d2b7a8d211c (patch)
tree939be326f7f27cf9d256d4270d6e23924a51c0db /net/tor
parenta9fc746ca906abe597b1137c4486d6c7b216efeb (diff)
downloadpkgsrc-877d41720e2f948bb6a4b91bb2284d2b7a8d211c.tar.gz
Pass --with-libevent-dir unconditionally, since BUILDLINK_PREFIX.libevent is
unusable here yet.
Diffstat (limited to 'net/tor')
-rw-r--r--net/tor/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 8006b16b9ee..4d58eaf07f1 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2008/01/20 20:11:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.52 2008/02/19 13:45:18 obache Exp $
#
DISTNAME= tor-0.1.2.19
@@ -40,9 +40,7 @@ USER_GROUP= ${TOR_USER} ${TOR_GROUP}
OWN_DIRS_PERMS+= ${PKG_HOME} ${USER_GROUP} 0700
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-.if !empty(BUILDLINK_PREFIX.libevent)
CONFIGURE_ARGS+= --with-libevent-dir=${BUILDLINK_PREFIX.libevent:Q}
-.endif
CONF_FILES+= ${PREFIX}/share/examples/tor/tor-tsocks.conf \
${PKG_SYSCONFDIR}/tor-tsocks.conf