diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-05-02 12:06:38 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-05-02 12:12:24 +0200 |
commit | 98969a905203af855a1f55e6e937be58ae44ce1f (patch) | |
tree | 86885b39552efc907a5722e1dc95252048586748 /x11/libXt | |
parent | 1d0a7bf79d96ed6f81c236489541a9f88a520c46 (diff) |
Update WANTLIB/LIB_DEPENDS_CHECK for Xdmcp and other fixes
Diffstat (limited to 'x11/libXt')
-rw-r--r-- | x11/libXt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index 1cff1e2..b9ebb53 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -13,7 +13,7 @@ SHARED_LIBS= Xt 11.0 # MIT PERMIT_PACKAGE = Yes -WANTLIB = ICE SM Xau X11 xcb +WANTLIB = ICE SM X11 Xau Xdmcp xcb MASTER_SITES = ${MASTER_SITE_XORG:=lib/} @@ -22,8 +22,6 @@ BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto LIB_DEPENDS = x11/libSM \ - x11/libICE \ - x11/libXau \ x11/libX11 SEPARATE_BUILD = Yes |