diff options
-rw-r--r-- | gettext.pkg/control | 2 | ||||
-rw-r--r-- | libasprintf.0.pkg/control | 2 | ||||
-rw-r--r-- | libgettextpo.0.pkg/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gettext.pkg/control b/gettext.pkg/control index 9bcc311..71f3d69 100644 --- a/gettext.pkg/control +++ b/gettext.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gettext-base (= ${Binary-Version}) +Depends: gettext-base (= ${Binary-Version}), libunistring.0, libgomp.1 Description: GNU internationalization utilities This package provides internationalization utilities for software programmers, translators, and maintainers. diff --git a/libasprintf.0.pkg/control b/libasprintf.0.pkg/control index 4af228e..4a65776 100644 --- a/libasprintf.0.pkg/control +++ b/libasprintf.0.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gettext-base (= ${Binary-Version}) +Depends: gettext-base (= ${Binary-Version}), libgcc.1, libstdc++.6 Description: Library for automatic formatted output to strings GNU libasprintf makes the C formatted output routines (fprintf et al.) usable in C++ programs. diff --git a/libgettextpo.0.pkg/control b/libgettextpo.0.pkg/control index 6e85b26..1ae069b 100644 --- a/libgettextpo.0.pkg/control +++ b/libgettextpo.0.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gettext-base (= ${Binary-Version}) +Depends: gettext-base (= ${Binary-Version}), libunistring.0 Description: Library for processing GNU gettext PO files For the tasks for which a combination of `msgattrib', `msgcat' etc. is not sufficient, a set of C functions is provided in a library, to make it possible |