aboutsummaryrefslogtreecommitdiff
path: root/misc
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 /misc
parent1af744e44f4879641b269170b85ab90e27db1458 (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 'misc')
-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"