diff options
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 |