aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-02 04:49:18 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-02 04:49:18 +0800
commit226b7496535576aebb20a1f181bc873959594533 (patch)
tree79f79451327287d43a2b5d669c08cfac56b981ca
parent2e0c5e3c55c3f8111f0f37107c2cc8e91cd2a7ea (diff)
downloadfreebsd-ports-226b7496535576aebb20a1f181bc873959594533.tar.gz
freebsd-ports-226b7496535576aebb20a1f181bc873959594533.tar.zst
freebsd-ports-226b7496535576aebb20a1f181bc873959594533.zip
- Add NO_ARCH
- Remove LDFLAGS, not used here - Fix make syntax Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=455308
-rw-r--r--textproc/py-enchant/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile
index abe535241055..e219032bd97d 100644
--- a/textproc/py-enchant/Makefile
+++ b/textproc/py-enchant/Makefile
@@ -23,15 +23,14 @@ OPTIONS_SUB= yes
USES= python:2.7
USE_PYTHON= distutils
+NO_ARCH= yes
WX_USE= WX=3.0+
WX_VARS= WX_COMPS=python:run
PLIST_SUB+= VER=${PORTVERSION}
-LDFLAGS+= -L${LOCALBASE}/lib
-
post-install-WX-off:
- ${RM] ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/checker/wxSpellCheckerDialog*
+ ${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/checker/wxSpellCheckerDialog*
.include <bsd.port.mk>