- Detect and use xorg
PR: ports/70193 Submitted by: Sergey N. Voronkov <serg@tmn.ru> Approved by: maintainer
This commit is contained in:
parent
10de4d1dca
commit
c28c472aa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115804
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ NVVERSION= 4365
|
|||
|
||||
# XXX Should use ${PKG_INFO} XXX
|
||||
#
|
||||
XSERVVERSION!= /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | ${GREP} Server- || true
|
||||
XLIBVERSION!= /usr/sbin/pkg_info -O x11/XFree86-4-libraries 2>/dev/null | ${GREP} libraries- || true
|
||||
XSERVVERSION!= /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | ${GREP} Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 2>/dev/null | ${GREP} server- || true
|
||||
XLIBVERSION!= /usr/sbin/pkg_info -O x11/XFree86-4-libraries 2>/dev/null | ${GREP} libraries- || /usr/sbin/pkg_info -O x11/xorg-libraries 2>/dev/null | ${GREP} libraries- || true
|
||||
|
||||
PLIST_SUB= XSERVVERSION=${XSERVVERSION} XLIBVERSION=${XLIBVERSION} \
|
||||
LINUXBASE=${LINUXBASE} NVVERSION=${NVVERSION}
|
||||
|
|
Loading…
Reference in a new issue