From 20035fef765c941b5a0f8866b60678ec48635a6d Mon Sep 17 00:00:00 2001 From: avilla Date: Tue, 24 Jan 2012 23:40:21 +0000 Subject: - 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) --- misc/py-qt4-demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/py-qt4-demo') 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" -- cgit