summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-01-24 23:40:21 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-01-24 23:40:21 +0000
commitcd3fe9e9f2f4a655880782938a298af9d0dc416c (patch)
tree503efbaf791bae8eaf42ca019413362f2a74ce06 /x11-toolkits
parentActually spell svdrpsend correctly in the vdr entry. (diff)
- 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>
Notes
Notes: svn path=/head/; revision=289759
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-qt4-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile
index 13ece8723f4e..f03afab45d8b 100644
--- a/x11-toolkits/py-qt4-gui/Makefile
+++ b/x11-toolkits/py-qt4-gui/Makefile
@@ -31,7 +31,7 @@ OPTIONS= API "Install QtGui 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}"