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

Fix make fetch, remove obsolete OPTIONSFILE

Pointy hat:	adamw
This commit is contained in:
Antoine Brodin 2014-07-29 19:44:06 +00:00
parent f8c99afc23
commit 9af4bbe9f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363380

View File

@ -16,9 +16,7 @@ OPTIONS_DEFINE= TWISTED HTML
TWISTED_DESC= enable running in threads
HTML_DESC= enable HTML output
# bypass infrastructure bug (taken from www/py-django)
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
@ -26,7 +24,7 @@ PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MTWISTED}
USES+= twisted tar:bzip2
USES+= twisted
.endif
.if ${PORT_OPTIONS:MHTML}