Fix qt33 with option-ng

Submitted by:	Oliver Pinter <oliver.pinter@gmail.com>
This commit is contained in:
Baptiste Daroussin 2012-06-02 11:44:00 +00:00
parent 33b768f99d
commit e7c2476239
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298012

View file

@ -111,10 +111,8 @@ CONFIGURE_ARGS+=-disable-opengl
.if ${PORT_OPTIONS:MCUPS}
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
.elif defined(WITHOUT_CUPS)
CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
.else
CUPS=
CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
.endif
.if ${PORT_OPTIONS:MNAS}