summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-22 06:11:15 +0000
committermarcus <marcus@FreeBSD.org>2004-02-22 06:11:15 +0000
commit51222096d5550231ec06cb0f2d311aecf79abaec (patch)
tree5a5f1390cf77324eb3c71eac1d8aa8c5339ded11 /x11
parent9db5c0227b7747ed1a9a49ff8a53e1a90e514c90 (diff)
downloadFreeBSD-ports-51222096d5550231ec06cb0f2d311aecf79abaec.zip
FreeBSD-ports-51222096d5550231ec06cb0f2d311aecf79abaec.tar.gz
Add a missing dependency on xproto.
Reported by: bento via kris
Diffstat (limited to 'x11')
-rw-r--r--x11/libXcomposite/Makefile3
-rw-r--r--x11/libXdamage/Makefile3
-rw-r--r--x11/libXres/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile
index c82fb65..4e21423 100644
--- a/x11/libXcomposite/Makefile
+++ b/x11/libXcomposite/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXcomposite
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -16,6 +16,7 @@ COMMENT= X Composite extension library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/compositeext.pc:${PORTSDIR}/x11/compositeext \
+ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile
index 7a35dee..6c1939a 100644
--- a/x11/libXdamage/Makefile
+++ b/x11/libXdamage/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXdamage
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -16,6 +16,7 @@ COMMENT= X Damage extension library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/damageext.pc:${PORTSDIR}/x11/damageext \
+ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile
index 1e36de25..d674bdb 100644
--- a/x11/libXres/Makefile
+++ b/x11/libXres/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXres
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -17,6 +17,7 @@ COMMENT= X Resource usage library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \
+ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
OpenPOWER on IntegriCloud