diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
commit | 64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch) | |
tree | 3ba02a3613025d14be6bb631b3d27f3f9746aa88 /net/libbt | |
parent | 1809887ddd6fd017f42ca369f650921e08b5e991 (diff) |
Notes
Diffstat (limited to 'net/libbt')
-rw-r--r-- | net/libbt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libbt/Makefile b/net/libbt/Makefile index 07b82757c97a..6a8a3c8d3148 100644 --- a/net/libbt/Makefile +++ b/net/libbt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbt PORTVERSION= 1.02 +PORTREVISION?= 1 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= flz@xbsd.org COMMENT= C library implementing the core BitTorrent protocol LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs \ - curl.2:${PORTSDIR}/ftp/curl + curl.3:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_GMAKE= yes |