aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-qt4-demo
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 /misc/py-qt4-demo
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 'misc/py-qt4-demo')
-rw-r--r--misc/py-qt4-demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile
index ac2e21e93970..94b30af9e7e0 100644
--- a/misc/py-qt4-demo/Makefile
+++ b/misc/py-qt4-demo/Makefile
@@ -20,7 +20,7 @@ USE_PYTHON= yes
OPTIONS= PYQT4 "Install any missing PyQt4 components" off
-OPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options
+OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options
EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4
.include "../../devel/py-sip/files/bsd.pyqt.mk"