- Detect and use xorg

PR:		ports/70193
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2004-08-10 07:51:48 +00:00
parent 10de4d1dca
commit c28c472aa3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115804

View file

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