Avoid picking up qt33 headers

This commit is contained in:
Michael Nottebrock 2007-06-01 20:26:48 +00:00
parent 5136fff934
commit 5a7a691ef8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192555

View File

@ -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