diff options
author | wg <wg@FreeBSD.org> | 2014-07-06 22:02:52 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-06 22:02:52 +0800 |
commit | 21e8f53a10ddd2003994c40e5b9a0d64051843a6 (patch) | |
tree | ea6eda0d274090326cef445d78e13cd2244d8d0f /textproc | |
parent | d7863a357689d5cedaa27885d9b695173364d828 (diff) | |
download | freebsd-ports-gnome-21e8f53a10ddd2003994c40e5b9a0d64051843a6.tar.gz freebsd-ports-gnome-21e8f53a10ddd2003994c40e5b9a0d64051843a6.tar.zst freebsd-ports-gnome-21e8f53a10ddd2003994c40e5b9a0d64051843a6.zip |
textproc/py-enchant: use WX 3.0
- Remove leading article from COMMENT
- Use new syntax for lib depends
Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-enchant/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index c9699371c570..b99f658e09d2 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -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 |