diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2008-03-31 19:02:32 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2008-03-31 19:02:32 +0000 |
commit | 104079cc5e7d23583787d6cc42fa29daf36ee724 (patch) | |
tree | 7ea060e2a3413b6e9fbf9ffa77c01eef43773974 /x11-toolkits/qt4-gui | |
parent | 3a0a9aaa160ba4c357b1ae3621a1bbb36c790a58 (diff) | |
download | ports-104079cc5e7d23583787d6cc42fa29daf36ee724.tar.gz ports-104079cc5e7d23583787d6cc42fa29daf36ee724.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt4-gui')
-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 |