diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-13 01:18:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-13 01:18:48 +0800 |
commit | 874e40f4ac7d6f8ae146dbf7b63648ff970962e7 (patch) | |
tree | 05408921026f9742e26011da750d1d5f9901e57b /net-p2p/amule/Makefile | |
parent | 34f4523a43ec18b6b4d0408daee34c70650b8d39 (diff) | |
download | freebsd-ports-graphics-874e40f4ac7d6f8ae146dbf7b63648ff970962e7.tar.gz freebsd-ports-graphics-874e40f4ac7d6f8ae146dbf7b63648ff970962e7.tar.zst freebsd-ports-graphics-874e40f4ac7d6f8ae146dbf7b63648ff970962e7.zip |
- Add offiical patch to allow use of new stable version of wxWidgets. This also
fixes "crash on search tab close" bug.
- bump PORTREVISION
PR: ports/107700
Submitted by: Boris Kovalenko (maintainer)
Diffstat (limited to 'net-p2p/amule/Makefile')
-rw-r--r-- | net-p2p/amule/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 9d7ab155e20..548d7a3763b 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -7,11 +7,14 @@ PORTNAME= aMule PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p #MASTER_SITES= http://download.berlios.de/amule/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amule +PATCH_SITES= http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/ +PATCHFILES= aMule-wx.patch?rev=1.2 +PATCH_DIST_STRIP= -p1 MAINTAINER= boris@tagnet.ru COMMENT= The all-platform eMule p2p client @@ -24,7 +27,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack gnomeprefix USE_GMAKE= yes USE_GETTEXT= yes -USE_WX= 2.6 +USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |