aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2012-01-25 07:40:21 +0800
committeravilla <avilla@FreeBSD.org>2012-01-25 07:40:21 +0800
commit20035fef765c941b5a0f8866b60678ec48635a6d (patch)
treef32927532f8b67ca192125f1d714861b72fb4595 /x11-toolkits
parentfa6c9108ddf0678dac5a474afd94757e7652c479 (diff)
downloadfreebsd-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-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}"