diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-21 12:29:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-21 12:29:01 +0000 |
commit | add2faee341f7da990c449b580ce692a6ddf12da (patch) | |
tree | 1d652a7f0ef090b8ec2098faad76d6eca28dc38e /net-p2p/libbt/Makefile | |
parent | Update to 1.10.2 (diff) |
Update to 1.03
PR: ports/69377
Submitted by: maintainer
Diffstat (limited to 'net-p2p/libbt/Makefile')
-rw-r--r-- | net-p2p/libbt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index 6a8a3c8d3148..6914cc165c61 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libbt -PORTVERSION= 1.02 -PORTREVISION?= 1 +PORTVERSION= 1.03 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= flz@xbsd.org COMMENT= C library implementing the core BitTorrent protocol -LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs \ - curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_GMAKE= yes |