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/libXaw | |
parent | 1d0a7bf79d96ed6f81c236489541a9f88a520c46 (diff) |
Update WANTLIB/LIB_DEPENDS_CHECK for Xdmcp and other fixes
Diffstat (limited to 'x11/libXaw')
-rw-r--r-- | x11/libXaw/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/libXaw/Makefile b/x11/libXaw/Makefile index d504887..81f4727 100644 --- a/x11/libXaw/Makefile +++ b/x11/libXaw/Makefile @@ -13,7 +13,7 @@ SHARED_LIBS= Xaw7 15.0 # MIT PERMIT_PACKAGE = Yes -WANTLIB = Xt ICE SM Xau Xext Xmu Xpm X11 xcb +WANTLIB = Xt ICE SM X11 Xau Xdmcp Xext Xmu Xpm X11 xcb MASTER_SITES = ${MASTER_SITE_XORG:=lib/} @@ -21,9 +21,7 @@ MASTER_SITES = ${MASTER_SITE_XORG:=lib/} BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto -LIB_DEPENDS = x11/libX11 \ - x11/libXmu \ - x11/libXt \ +LIB_DEPENDS = x11/libXmu \ x11/libXpm SEPARATE_BUILD = Yes |