diff options
author | flz <flz@FreeBSD.org> | 2005-05-16 20:44:45 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-05-16 20:44:45 +0000 |
commit | 5e72b92844c01a1c153d0deff4aed798cca9c9c9 (patch) | |
tree | c4fec73da5c388f889196bf08fc05c945642ac1e /net-p2p/libtorrent/Makefile | |
parent | 84f9a99ba8c2ab3ebe19cc0f154b67f9049bd485 (diff) | |
download | FreeBSD-ports-5e72b92844c01a1c153d0deff4aed798cca9c9c9.zip FreeBSD-ports-5e72b92844c01a1c153d0deff4aed798cca9c9c9.tar.gz |
- Update to 0.6.2.
Diffstat (limited to 'net-p2p/libtorrent/Makefile')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 62e6c3c..897a721 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.2 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -20,6 +20,7 @@ USE_GNOME= pkgconfig gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER= 13 +CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: |