diff options
author | avilla <avilla@FreeBSD.org> | 2012-01-25 07:40:21 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-01-25 07:40:21 +0800 |
commit | 20035fef765c941b5a0f8866b60678ec48635a6d (patch) | |
tree | f32927532f8b67ca192125f1d714861b72fb4595 /x11/py-qt4-opengl | |
parent | fa6c9108ddf0678dac5a474afd94757e7652c479 (diff) | |
download | freebsd-ports-gnome-20035fef765c941b5a0f8866b60678ec48635a6d.tar.gz freebsd-ports-gnome-20035fef765c941b5a0f8866b60678ec48635a6d.tar.zst freebsd-ports-gnome-20035fef765c941b5a0f8866b60678ec48635a6d.zip |
- Pet Tinderbox and friends.
OPTIONSFILE must be set using ?= to allow overriding.
PR: 163743
PR: 163744
PR: 163745
PR: 163746
Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca>
Diffstat (limited to 'x11/py-qt4-opengl')
-rw-r--r-- | x11/py-qt4-opengl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index b3c2882ca86b..2df3ab9a368f 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -30,7 +30,7 @@ OPTIONS= API "Install QtOpenGL API for QScintilla2" on \ 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 SIPDIR= ${PREFIX}/share/py-sip QSCIDIR= ${PREFIX}/share/qt4/qsci CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" |