summaryrefslogtreecommitdiffstats
path: root/x11/libXp
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-05-11 08:16:17 +0000
committeranholt <anholt@FreeBSD.org>2004-05-11 08:16:17 +0000
commita51f293ce7ddea4bb42f20a05520bfc2c1c6e439 (patch)
tree56037f023d2050624f2d892f8d59321afaf30a60 /x11/libXp
parent84ea107c930ecd6586c62cf69cdb7edb511556d0 (diff)
downloadFreeBSD-ports-a51f293ce7ddea4bb42f20a05520bfc2c1c6e439.zip
FreeBSD-ports-a51f293ce7ddea4bb42f20a05520bfc2c1c6e439.tar.gz
Correct dependencies (libXext is required).
Reported by: bento via kris
Diffstat (limited to 'x11/libXp')
-rw-r--r--x11/libXp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile
index 0579409..340b9d3 100644
--- a/x11/libXp/Makefile
+++ b/x11/libXp/Makefile
@@ -14,10 +14,9 @@ DISTNAME= X11R6.7.0-src1
MAINTAINER= x11@FreeBSD.org
COMMENT= X print library
-LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libX11 \
${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext
-BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
- ${LIB_PC_DEPENDS}
+BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
CONFLICTS= XFree86-libraries-*
OpenPOWER on IntegriCloud