Fix qt33 with option-ng
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
This commit is contained in:
parent
33b768f99d
commit
e7c2476239
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298012
1 changed files with 1 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue