1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix dependency line (xext.pc corresponds to libXext, not libX11).

Reported by:	pointyhat
This commit is contained in:
Eric Anholt 2004-05-29 20:14:49 +00:00
parent afa4f509e7
commit 9292bb9d4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110311

View File

@ -14,7 +14,7 @@ DISTNAME= X11R6.7.0-src1
MAINTAINER= x11@FreeBSD.org
COMMENT= X print library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libX11 \
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}