From e6d2db2675a4ee3b4541c6771c361e28241cb45a Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sun, 6 Jul 2014 14:02:52 +0000 Subject: [PATCH] textproc/py-enchant: use WX 3.0 - Remove leading article from COMMENT - Use new syntax for lib depends Approved by: portmgr (bapt, blanket) --- textproc/py-enchant/Makefile | 8 ++++---- 1 file 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