1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

deskutils/wammu: use WX 3.0

Approved by:	portmgr (bapt, blanket)
This commit is contained in:
William Grzybowski 2014-07-05 23:12:12 +00:00
parent 09a6cbf67a
commit ae3d4d8619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360836

View File

@ -3,7 +3,7 @@
PORTNAME= wammu
PORTVERSION= 0.36
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= deskutils
MASTER_SITES= http://dl.cihar.com/wammu/v0/ \
http://dl.cihar.com.nyud.net/wammu/v0/
@ -18,8 +18,7 @@ LIB_DEPENDS+= libGammu.so:${PORTSDIR}/comms/gammu
USES= gettext pkgconfig
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_WX= 2.6+
USE_WX= 3.0+
WX_COMPS= python:lib
WX_UNICODE= yes
.include <bsd.port.mk>