mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.
Reported by: pointyhat via kris (over and over)
This commit is contained in:
parent
f851439267
commit
47a9baa231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113944
@ -18,7 +18,7 @@ MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X.Org X server and related programs
|
||||
|
||||
.if !defined(WITH_MODULAR)
|
||||
WITH_XLIB= yes
|
||||
USE_XLIB= yes
|
||||
.else
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xdmcp.pc:${PORTSDIR}/x11/libXdmcp \
|
||||
${X11BASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau
|
||||
|
@ -18,7 +18,7 @@ MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X.Org X server and related programs
|
||||
|
||||
.if !defined(WITH_MODULAR)
|
||||
WITH_XLIB= yes
|
||||
USE_XLIB= yes
|
||||
.else
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xdmcp.pc:${PORTSDIR}/x11/libXdmcp \
|
||||
${X11BASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau
|
||||
|
Loading…
Reference in New Issue
Block a user