diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-10 11:01:40 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-10 11:01:40 +0800 |
commit | a53fcc6ae4c7540f76ac051023eebcd4e2081dae (patch) | |
tree | c1405bf993b374300ed1944697a162d7f803ca4a /x11/libX11 | |
parent | a9d09d9130801869b51d440e285665f4b64cd99e (diff) | |
download | freebsd-ports-gnome-a53fcc6ae4c7540f76ac051023eebcd4e2081dae.tar.gz freebsd-ports-gnome-a53fcc6ae4c7540f76ac051023eebcd4e2081dae.tar.zst freebsd-ports-gnome-a53fcc6ae4c7540f76ac051023eebcd4e2081dae.zip |
Fix libX11's dependencies, especially the missing libXdmcp dep.
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index a2de01498a16..cd34518105b8 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -7,17 +7,17 @@ PORTNAME= libX11 PORTVERSION= 6.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau \ + ${X11BASE}/libdata/pkgconfig/xdmcp.pc:${PORTSDIR}/x11/libXdmcp BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ ${X11BASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/libXtrans \ - ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} |