aboutsummaryrefslogtreecommitdiff
path: root/x11/libXinerama
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-11 17:53:35 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-11 17:53:35 +0000
commit92e0e650ee15244cad4926e834128d11e211401c (patch)
treedc25b0641a10b4794977f3e611d8eaa32615a9a2 /x11/libXinerama
parent84b2d4156f26e028832557269d7786d16386514a (diff)
downloadports-92e0e650ee15244cad4926e834128d11e211401c.tar.gz
ports-92e0e650ee15244cad4926e834128d11e211401c.zip
One of these days I'll get it right.
Fix dependencies again. Reported by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
Notes
Notes: svn path=/head/; revision=108936
Diffstat (limited to 'x11/libXinerama')
-rw-r--r--x11/libXinerama/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile
index ae5e46398efc..e432df6ebd1f 100644
--- a/x11/libXinerama/Makefile
+++ b/x11/libXinerama/Makefile
@@ -13,7 +13,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 Xinerama library
-LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
+ ${X11BASE}/libdata/pkgconfig/panoramixext.pc:${PORTSDIR}/x11/panoramixext
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}