1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Unbreak at runtime

MFH:	2016Q2
This commit is contained in:
Antoine Brodin 2016-04-05 18:16:46 +00:00
parent 8b7b50355c
commit abe2293660
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412580

View File

@ -3,6 +3,7 @@
PORTNAME= sparqlwrapper
PORTVERSION= 1.7.6
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,4 +16,7 @@ NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
post-patch:
@${REINPLACE_CMD} '/keepalive/d' ${WRKSRC}/requirements.txt
.include <bsd.port.mk>