From 97edaedc0f3a582566b634f0e12733c6b560b431 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 26 Nov 2012 20:05:45 +0400 Subject: glib: use pkg-config and gnu-gettext --- glib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glib/Makefile b/glib/Makefile index 8c32332..2043d96 100644 --- a/glib/Makefile +++ b/glib/Makefile @@ -14,6 +14,8 @@ build-depends += \ compress/xz \ library/pcre \ library/libffi \ + developer/pkg-config \ + developer/gnu-gettext \ runtime/python configure-env.32 = DTRACE="dtrace -32" @@ -34,6 +36,9 @@ configure-options += \ configure-options.32 = \ --disable-largefile +configure-env += \ + MSGFMT="/usr/gnu/bin/msgfmt" + name := glib home := http://www.gnu.org/software/$(name)/ release := 2.32 -- cgit v1.2.3