diff options
Diffstat (limited to 'net-p2p/azureus/Makefile')
-rw-r--r-- | net-p2p/azureus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/azureus/Makefile b/net-p2p/azureus/Makefile index 5c8ca12ba9e..258300cbffc 100644 --- a/net-p2p/azureus/Makefile +++ b/net-p2p/azureus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= azureus -PORTVERSION= 3.0.5.0 +PORTVERSION= 3.0.5.2 CATEGORIES= net-p2p java MASTER_SITES= SF DISTNAME= Azureus_${PORTVERSION}_source @@ -72,7 +72,8 @@ RUN_DEPENDS+= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt # Use at your own risk, I've just had it around and decided to share. .if defined(WITH_EXTRAHACK) EXTRA_PATCHES+= \ - ${PATCHDIR}/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java + ${PATCHDIR}/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java \ + ${PATCHDIR}/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java .endif CLASSPATH=. |