aboutsummaryrefslogtreecommitdiff
path: root/x11/libXinerama
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-08 05:23:07 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-08 05:23:07 +0000
commit987448a8b5df74cac543a4683ee160131bcd5a12 (patch)
treeeb487919862fea6ca9b0c9d7530f7b8713e05de6 /x11/libXinerama
parente8557c7831406c7e9c97c4694fd5c070ee110b01 (diff)
downloadports-987448a8b5df74cac543a4683ee160131bcd5a12.tar.gz
ports-987448a8b5df74cac543a4683ee160131bcd5a12.zip
Add missing libXext dependency
Reported by: kris (bento)
Notes
Notes: svn path=/head/; revision=108669
Diffstat (limited to 'x11/libXinerama')
-rw-r--r--x11/libXinerama/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile
index 04f7e56807e7..ab58435adc22 100644
--- a/x11/libXinerama/Makefile
+++ b/x11/libXinerama/Makefile
@@ -7,13 +7,15 @@
PORTNAME= libXinerama
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 Xinerama library
-LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
+ ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
${LIB_PC_DEPENDS}