summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-06-01 20:26:48 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-06-01 20:26:48 +0000
commit5a7a691ef83c6cff08a546c198d900676a3929d0 (patch)
treef633a677ea57cc3b817a1b29638caae297e19f43
parentStupid me forgot to finish the job I started the other day, and assumed I (diff)
Avoid picking up qt33 headers
Notes
Notes: svn path=/head/; revision=192555
-rw-r--r--x11-toolkits/qt4-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile
index bbfe11057c0e..9e3436a0e5ad 100644
--- a/x11-toolkits/qt4-gui/Makefile
+++ b/x11-toolkits/qt4-gui/Makefile
@@ -65,7 +65,7 @@ OPTIONS= CUPS "Enable printing support (requires CUPS)" off \
.if !defined(WITHOUT_CUPS) || defined(PACKAGE_BUILDING)
BUILD_DEPENDS+= cupsd:${PORTSDIR}/print/cups-base
-CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
+CUPS= -cups -L${LOCALBASE}/lib -I. -I${LOCALBASE}/include
.elif defined(WITHOUT_CUPS)
CUPS=
.endif