diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-01-24 23:40:21 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-01-24 23:40:21 +0000 |
commit | cd3fe9e9f2f4a655880782938a298af9d0dc416c (patch) | |
tree | 503efbaf791bae8eaf42ca019413362f2a74ce06 /devel/py-qt4-designerplugin | |
parent | 1af744e44f4879641b269170b85ab90e27db1458 (diff) |
Notes
Diffstat (limited to 'devel/py-qt4-designerplugin')
-rw-r--r-- | devel/py-qt4-designerplugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-qt4-designerplugin/Makefile b/devel/py-qt4-designerplugin/Makefile index c66435724b3b..7fe1eff2e8b4 100644 --- a/devel/py-qt4-designerplugin/Makefile +++ b/devel/py-qt4-designerplugin/Makefile @@ -31,7 +31,7 @@ OPTIONS= DEBUG "Enable debugging in generated code" off \ TRACING "Enable tracing in generated code" off PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files -OPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options +OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" ARGS= -b ${PREFIX}/bin\ -d ${PYTHONPREFIX_SITELIBDIR}\ |