1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Correct a typo in one of the LIB_PC_DEPENDS.

This commit is contained in:
Joe Marcus Clarke 2004-05-10 16:50:39 +00:00
parent 727fc149fa
commit 74ca7d9895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108855
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org X server and related programs
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xdmcp.pc:${PORTSDIR}/x11/libXdmcp \
${X11BASE}/libdata/pkgconfig/xau:${PORTSDIR}/x11/libXau
${X11BASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau
BUILD_DEPENDS= ${X11BASE}/include/X11/extensions/XKMformat.h:${PORTSDIR}/x11/libxkbfile \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}

View File

@ -17,7 +17,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org X server and related programs
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xdmcp.pc:${PORTSDIR}/x11/libXdmcp \
${X11BASE}/libdata/pkgconfig/xau:${PORTSDIR}/x11/libXau
${X11BASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau
BUILD_DEPENDS= ${X11BASE}/include/X11/extensions/XKMformat.h:${PORTSDIR}/x11/libxkbfile \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}