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

textproc/py-enchant: use WX 3.0

- Remove leading article from COMMENT
- Use new syntax for lib depends

Approved by:	portmgr (bapt, blanket)
This commit is contained in:
William Grzybowski 2014-07-06 14:02:52 +00:00
parent 6bd66cd9c4
commit e6d2db2675
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360902

View File

@ -3,21 +3,21 @@
PORTNAME= enchant
PORTVERSION= 1.6.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= textproc devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A spellchecking library for Python based on the Enchant library
COMMENT= Spellchecking library for Python based on the Enchant library
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_WX= 2.8
USE_WX= 3.0+
WX_COMPS= python:run
LDFLAGS+= -L${LOCALBASE}/lib