diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /net-p2p/btpd | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.zst freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'net-p2p/btpd')
-rw-r--r-- | net-p2p/btpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 8280f2f2f0a6..fce4cf0f22d7 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= btpd PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/ @@ -16,7 +17,7 @@ COMMENT= Bittorrent client consisting of a daemon and client commands LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USE_AUTOTOOLS= autoconf:262 aclocal:110 +USE_AUTOTOOLS= autoconf:267 aclocal:110 GNU_CONFIGURE= yes USE_OPENSSL= yes |