diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-18 04:13:04 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-18 04:13:04 +0000 |
commit | de65cb4332171d012fdb0ce3464e22824fbf4c4a (patch) | |
tree | 6d4829f6f9c88cd9001546f0c86a4301774dc63f /net | |
parent | b3801b442f1c7e786c4add2a000c3b90633c37f3 (diff) | |
download | pkgsrc-de65cb4332171d012fdb0ce3464e22824fbf4c4a.tar.gz |
This needs zlib, too.
PKGREVISION++
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 998d1255552..4f31dbedcba 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/02/17 17:53:45 jschauma Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/18 04:13:04 jschauma Exp $ # DISTNAME= tor-0.0.9.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ @@ -67,5 +67,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR} ${INSTALL_DATA} ${WRKSRC}/tor.pkgsrc.rc ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/tor +.include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |