diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
commit | 9258f618a4ce814bfd4c53b2503f9eec3df70fd3 (patch) | |
tree | f00087fb632883ff0447d3a2c0ec4ecb231af751 /x11/libXt/Makefile | |
parent | c9d22be7c052def49eca9d111272f93f34eb023a (diff) |
use the new xenocara module and adapt for PREFIX=/usr/X11R6
While here cleanup some Makefiles
Diffstat (limited to 'x11/libXt/Makefile')
-rw-r--r-- | x11/libXt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index 7977b28..b8f819c 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -17,7 +17,8 @@ WANTLIB = ICE SM X11 Xau Xdmcp xcb MASTER_SITES = ${MASTER_SITE_XORG:=lib/} -# Dependencies +MODULES = xenocara + BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto @@ -27,7 +28,7 @@ LIB_DEPENDS = x11/libSM \ SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ARGS = --with-appdefaultdir=${LOCALBASE}/share/X11/app-defaults \ +CONFIGURE_ARGS = --with-appdefaultdir=${X11BASE}/share/X11/app-defaults \ --without-xmlto --without-fop \ --without-xsltproc --without-glib |