Fix USES issues.
(Hopefuly) fix issues introduced in r370100. This commit consists of area51 revisions 10357, 10359 and 10360. Approved by: rakuco (mentor)
This commit is contained in:
parent
0c3cfa6c75
commit
d077389c48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370114
2 changed files with 3 additions and 2 deletions
|
@ -93,7 +93,7 @@ DISTNAME= ${PYQT4_DISTNAME}
|
|||
|
||||
DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
|
||||
HAS_CONFIGURE= yes
|
||||
USES= python
|
||||
USES+= python
|
||||
|
||||
QT_NONSTANDARD= yes # Do not add unknown arguments to CONFIGURE_ARGS.
|
||||
|
||||
|
|
|
@ -12,7 +12,8 @@ DISTNAME= ${SIP_DISTNAME}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Python to C and C++ bindings generator
|
||||
|
||||
USE= python:py3kplist
|
||||
USES= python
|
||||
USE_PYTHON= py3kplist
|
||||
|
||||
DATADIR= ${PREFIX}/share/py-${PORTNAME}
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
|
Loading…
Reference in a new issue