aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-05-30 04:14:49 +0800
committeranholt <anholt@FreeBSD.org>2004-05-30 04:14:49 +0800
commit09b345616bfb5c9c1a4b62093ead24fb56f6f4ed (patch)
tree79f787a7a7b2879a5917fb26b528becdb91ce7fc /x11
parent022b7e234ed6de4732999b474f7b881173427a24 (diff)
downloadfreebsd-ports-gnome-09b345616bfb5c9c1a4b62093ead24fb56f6f4ed.tar.gz
freebsd-ports-gnome-09b345616bfb5c9c1a4b62093ead24fb56f6f4ed.tar.zst
freebsd-ports-gnome-09b345616bfb5c9c1a4b62093ead24fb56f6f4ed.zip
Fix dependency line (xext.pc corresponds to libXext, not libX11).
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r--x11/libXp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile
index 340b9d35bd82..cebc3c740d77 100644
--- a/x11/libXp/Makefile
+++ b/x11/libXp/Makefile
@@ -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}