summaryrefslogtreecommitdiff
path: root/x11/libXres
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-11 18:17:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-11 18:17:53 +0000
commite29f12b8c4f0163fd5611f1d004a017422544712 (patch)
tree5d68acbf78080fc72bb50e3318302408f4e3fbc5 /x11/libXres
parentAdd a missing dependency on libXfixes. (diff)
Add a missing dependency on xextensions.
Reported by: bento
Notes
Notes: svn path=/head/; revision=103672
Diffstat (limited to 'x11/libXres')
-rw-r--r--x11/libXres/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile
index d674bdb2e388..109572db60d7 100644
--- a/x11/libXres/Makefile
+++ b/x11/libXres/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXres
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -15,7 +15,8 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X Resource usage library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
- ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext
+ ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
+ ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \
${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${LIB_PC_DEPENDS}