diff options
author | obache <obache@pkgsrc.org> | 2008-02-19 13:45:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-19 13:45:18 +0000 |
commit | b3c1ef47333df8796a19d4122476202d640d29b5 (patch) | |
tree | 939be326f7f27cf9d256d4270d6e23924a51c0db /net/tor | |
parent | 5d54aa1ba393657af3046f54e03151d9b9e422f3 (diff) | |
download | pkgsrc-b3c1ef47333df8796a19d4122476202d640d29b5.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/Makefile | 4 |
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 |