components/w3m/Makefile
changeset 3817 30b42c38bbc4
parent 3686 c1ae48efb7af
child 3995 7d35330d300c
--- a/components/w3m/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/w3m/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -20,6 +20,9 @@
 #
 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
 #
+
+COMPILER = gcc
+
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		w3m
@@ -34,11 +37,9 @@
 
 TPNO=			9364
 
-include ../../make-rules/prep.mk
-include ../../make-rules/configure.mk
-include ../../make-rules/ips.mk
-
-COMPILER = gcc
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 COMPONENT_PREP_ACTION = (cd $(@D) ; aclocal-1.11 ; autoconf)
 
@@ -71,6 +72,13 @@
 
 test:		$(TEST_64)
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
-
-include ../../make-rules/depend.mk
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/gc
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/security/openssl
+REQUIRED_PACKAGES += library/security/openssl/openssl-fips-140
+REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += x11/library/libx11