From edd29a71553c79f02e90a00d0c83feabcebcbee3 Mon Sep 17 00:00:00 2001 From: Aurelien Larcher Date: Mon, 23 May 2016 01:32:05 +0200 Subject: [PATCH] REQ xterm --- components/x11/xterm/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/x11/xterm/Makefile b/components/x11/xterm/Makefile index 322a45dc0..71103c94f 100644 --- a/components/x11/xterm/Makefile +++ b/components/x11/xterm/Makefile @@ -52,3 +52,15 @@ build: $(BUILD_32) install: $(INSTALL_32) test: $(TEST_32) + +REQUIRED_PACKAGES += SUNWcs +REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/fontconfig +REQUIRED_PACKAGES += x11/library/libice +REQUIRED_PACKAGES += x11/library/libx11 +REQUIRED_PACKAGES += x11/library/libxft +REQUIRED_PACKAGES += x11/library/libxinerama +REQUIRED_PACKAGES += x11/library/libxmu +REQUIRED_PACKAGES += x11/library/libxpm +REQUIRED_PACKAGES += x11/library/toolkit/libxaw7 +REQUIRED_PACKAGES += x11/library/toolkit/libxt -- 2.11.4.GIT