diff -aur amule2.orig/Makefile amule2/Makefile --- amule2.orig/Makefile Sat May 7 16:59:12 2005 +++ amule2/Makefile Sat May 14 16:32:54 2005 @@ -7,15 +7,15 @@ PORTNAME= aMule PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.berlios.de/amule/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= The all-platform eMule p2p client -LIB_DEPENDS= wx_gtk2u_core-2.5.3:${PORTSDIR}/x11-toolkits/wxgtk2-unicode-devel \ - curl.3:${PORTSDIR}/ftp/curl \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ + curl.3:${PORTSDIR}/ftp/curl # gd.4:${PORTSDIR}/graphics/gd # png.5:${PORTSDIR}/graphics/png @@ -51,7 +51,7 @@ ALC "Compile aMule Link Creator (+GUI)" on \ AMULEDAEMON "Compile aMule daemon version - EXPERIMENTAL" off -WX_CONFIG?= ${X11BASE}/bin/wxgtk2u-2.5-config +WX_CONFIG?= ${X11BASE}/bin/wxgtk2u-2.6-config CURL_CONFIG?= ${LOCALBASE}/bin/curl-config .include --------------- Patch ends here ---------------