aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt4-gui/Makefile
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-06-02 04:26:48 +0800
committerlofi <lofi@FreeBSD.org>2007-06-02 04:26:48 +0800
commit64bfd91ed31a2ecdc16f02f086bdf5aa990ac98f (patch)
treedd236ce2d2181f3de8c349dbe0bc2fba74983c90 /x11-toolkits/qt4-gui/Makefile
parentf45a758f385cb42b3f92a70cdfe704c8f30676c1 (diff)
downloadfreebsd-ports-gnome-64bfd91ed31a2ecdc16f02f086bdf5aa990ac98f.tar.gz
freebsd-ports-gnome-64bfd91ed31a2ecdc16f02f086bdf5aa990ac98f.tar.zst
freebsd-ports-gnome-64bfd91ed31a2ecdc16f02f086bdf5aa990ac98f.zip
Avoid picking up qt33 headers
Diffstat (limited to 'x11-toolkits/qt4-gui/Makefile')
-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