diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-04 15:43:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-04 15:43:36 +0000 |
commit | 2cd9e57d750e6f1577aad0dd4978740f530e1020 (patch) | |
tree | a4a1f8fabe3ba50bb96c85c065cfa9a3bd1fee58 | |
parent | devel/poco: update to 1.8.0.1 (diff) |
Remove extra .endif.
Reported by: antoine
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=455522
-rw-r--r-- | Mk/Uses/python.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 86d2defec52a..74def686480f 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -291,7 +291,6 @@ _PYTHON_ARGS:= ${_PYTHON_ARGS:Ntest} PYTHON_NO_DEPENDS= yes _PYTHON_ARGS:= ${_PYTHON_ARGS:Nenv} .endif -.endif # The port does not specify a build, run or test dependency, assume all are # required. |