diff options
author | lofi <lofi@FreeBSD.org> | 2008-04-01 03:02:32 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2008-04-01 03:02:32 +0800 |
commit | 94607c3c2c33e631945f7b72a799fdd7abbb708b (patch) | |
tree | 3e2f0a2cfbfd8b83340acf7c8e8ca214408c3334 /x11-toolkits/qt4-gui/Makefile | |
parent | 72ed26c92ff44350cddb2488f274d92944136212 (diff) | |
download | freebsd-ports-gnome-94607c3c2c33e631945f7b72a799fdd7abbb708b.tar.gz freebsd-ports-gnome-94607c3c2c33e631945f7b72a799fdd7abbb708b.tar.zst freebsd-ports-gnome-94607c3c2c33e631945f7b72a799fdd7abbb708b.zip |
Some more include search path massaging for the WITH_CUPS case.
PR: ports/122017
Diffstat (limited to 'x11-toolkits/qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 208e6d3c1119..1be9f8b3140e 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -55,7 +55,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. -I../../include/Qt -I${LOCALBASE}/include +CUPS= -cups -L${LOCALBASE}/lib -I. -I../../include/Qt -I../../include -I${LOCALBASE}/include .elif defined(WITHOUT_CUPS) CUPS= .endif |