diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-20 14:38:39 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-20 14:38:39 +0000 |
commit | e0227725e379c7aaed6a485654465d937d16f67c (patch) | |
tree | 36edc68e53a5ee16fc4dce03de5c0c1923039a19 /net-p2p/libtorrent/Makefile | |
parent | 17963408e4389384f158566414affb0cc90a307f (diff) | |
download | ports-e0227725e379c7aaed6a485654465d937d16f67c.tar.gz ports-e0227725e379c7aaed6a485654465d937d16f67c.zip |
Notes
Diffstat (limited to 'net-p2p/libtorrent/Makefile')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 71a030f6be85..ed55d2b3eaf7 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTVERSION= 0.5.4 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -16,7 +15,7 @@ COMMENT= BitTorrent Library written in C++ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -USE_GCC= 3.3+ +USE_GCC= 3.4 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER= 13 |