openbsd-ports/devel/gettext/gettext.port.mk
naddy 382931c0ad Update to 0.17.
The major new functionality in this release is colorization support
in the message catalog tools.
ok brad@
2008-06-13 04:56:33 +00:00

14 lines
534 B
Makefile

# $OpenBSD: gettext.port.mk,v 1.8 2008/06/13 04:56:33 naddy Exp $
MODGETTEXT_LIB_DEPENDS= intl.>=4:gettext->=0.10.38:devel/gettext \
iconv.>=4::converters/libiconv
MODGETTEXT_RUN_DEPENDS= :gettext->=0.10.38:devel/gettext
# The RUN_DEPENDS entry is to ensure gettext is installed. This is
# necessary so that we have locale.alias installed on static archs.
# Typically installed in PREFIX/share/locale.
LIB_DEPENDS+= ${MODGETTEXT_LIB_DEPENDS}
BUILD_DEPENDS+= :gettext->=0.17:devel/gettext
RUN_DEPENDS+= ${MODGETTEXT_RUN_DEPENDS}