components/gettext/Makefile
changeset 3873 03a07a0b1e90
parent 3817 30b42c38bbc4
child 4095 6a425e7ae1fc
--- a/components/gettext/Makefile	Fri Feb 27 14:35:08 2015 -0800
+++ b/components/gettext/Makefile	Fri Feb 27 13:00:59 2015 -0800
@@ -53,9 +53,8 @@
 # Fixes coredump in gnulib-test/test-localename test
 CONFIGURE_OPTIONS  +=		ac_cv_func_newlocale=no
 
-# Everything is under /usr/bin and /usr/lib so set bindir and libdir correctly.
+# Commands go under /usr/bin so set bindir correctly.
 CONFIGURE_BINDIR.64 =	$(CONFIGURE_PREFIX)/bin
-CONFIGURE_LIBDIR.64 =	$(CONFIGURE_PREFIX)/lib
 
 # Tests should run in a clean environment
 COMPONENT_TEST_ENV =	-i
@@ -84,6 +83,9 @@
 REQUIRED_PACKAGES += developer/vala
 REQUIRED_PACKAGES += library/expat
 REQUIRED_PACKAGES += library/icu
+REQUIRED_PACKAGES += library/libcroco
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/ncurses
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += source/locale/localedef
 REQUIRED_PACKAGES += system/library