aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt4-gui
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 /x11-toolkits/qt4-gui
parent5136fff93449d93fcc96ca197d562bc8767720f2 (diff)
downloadports-5a7a691ef83c6cff08a546c198d900676a3929d0.tar.gz
ports-5a7a691ef83c6cff08a546c198d900676a3929d0.zip
Notes
Diffstat (limited to 'x11-toolkits/qt4-gui')
-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