Tighten dependency on wxWidgets->=2.8.12: 2.8.12 avoids a lot of

amule crashes as stated by many devs on forum.amule.org.
Bump REVISIONs.
This commit is contained in:
dcoppa 2011-07-28 11:06:40 +00:00
parent a2715f578f
commit dea42a0497

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2011/07/27 13:11:59 dcoppa Exp $
# $OpenBSD: Makefile,v 1.25 2011/07/28 11:06:40 dcoppa Exp $
COMMENT-main = another eDonkey P2P file sharing client
COMMENT-web = webserver interface to amuled
@ -13,9 +13,9 @@ MULTI_PACKAGES =-main -web -daemon
PKGNAME-main = amule-$V
PKGNAME-daemon =amuled-$V
PKGNAME-web = amuleweb-$V
REVISION-main = 2
REVISION-daemon = 0
REVISION-web = 0
REVISION-main = 3
REVISION-daemon = 1
REVISION-web = 1
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
@ -38,7 +38,7 @@ RUN_DEPENDS =
BUILD_DEPENDS = devel/flex \
devel/gettext
commonLIB_DEPENDS = x11/wxWidgets>=2.8.0 \
commonLIB_DEPENDS = x11/wxWidgets>=2.8.12 \
net/libupnp>=1.6.6
LIB_DEPENDS-main = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \