diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-11 17:53:35 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-11 17:53:35 +0000 |
commit | 92e0e650ee15244cad4926e834128d11e211401c (patch) | |
tree | dc25b0641a10b4794977f3e611d8eaa32615a9a2 /x11 | |
parent | 84b2d4156f26e028832557269d7786d16386514a (diff) | |
download | ports-92e0e650ee15244cad4926e834128d11e211401c.tar.gz ports-92e0e650ee15244cad4926e834128d11e211401c.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXinerama/Makefile | 3 |
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} |