View | Details | Raw Unified | Return to bug 70193
Collapse All | Expand All

(-)Makefile Mon Aug 9 09:31:08 2004 (-2 / +2 lines)
Lines 28-35 Link Here
28
28
29
# XXX Should use ${PKG_INFO} XXX
29
# XXX Should use ${PKG_INFO} XXX
30
#
30
#
31
XSERVVERSION!= /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | ${GREP} Server- || true
31
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
32
XLIBVERSION!=  /usr/sbin/pkg_info -O x11/XFree86-4-libraries 2>/dev/null | ${GREP} libraries- || true
32
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
33
33
34
PLIST_SUB=     XSERVVERSION=${XSERVVERSION} XLIBVERSION=${XLIBVERSION} \
34
PLIST_SUB=     XSERVVERSION=${XSERVVERSION} XLIBVERSION=${XLIBVERSION} \
35
               LINUXBASE=${LINUXBASE} NVVERSION=${NVVERSION}
35
               LINUXBASE=${LINUXBASE} NVVERSION=${NVVERSION}

Return to bug 70193