diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-21 21:47:54 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-21 21:47:54 +0400 |
commit | be0f5e534d21a78b36055553c982adf3325c9d7b (patch) | |
tree | ed0fa8aaff2575b63b473e45ff20cb95255d516f /gettext/Makefile | |
parent | 95f6392d5409ecb10adeb1e7595e0445a2028228 (diff) | |
download | cibs-pkgs-be0f5e534d21a78b36055553c982adf3325c9d7b.tar.gz |
gettext build depends on libexpat
Diffstat (limited to 'gettext/Makefile')
-rw-r--r-- | gettext/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gettext/Makefile b/gettext/Makefile index cc2713e..e7272a8 100644 --- a/gettext/Makefile +++ b/gettext/Makefile @@ -10,11 +10,14 @@ license-file := COPYING build-depends += \ pkg:/library/libunistring \ pkg:/developer/versioning/git \ + pkg:/library/libexpat \ pkg:/library/ncurses \ pkg:/library/libxml2 prefix = /usr/gnu +configure-options += --includedir=/usr/include + name := gettext home := http://www.gnu.org/software/$(name)/ version := 0.18.1.1 |