summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-29 20:14:49 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-29 20:14:49 +0000
commit9292bb9d4e6fd0a744e68847e5b010905630e610 (patch)
treedbb334dec15363494d073ecbf92974aab6a04cda /x11
parentAdd pear-HTML_BBCodeParser 1.1, parser to replace UBB style tags (diff)
Fix dependency line (xext.pc corresponds to libXext, not libX11).
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=110311
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}