openbsd-ports/devel/gettext/files/gettext.port.mk
2001-11-27 17:44:04 +00:00

14 lines
621 B
Makefile

# $OpenBSD: gettext.port.mk,v 1.8 2001/11/27 17:44:04 brad Exp $
# This dependency entry is to ensure libiconv is installed when using
# the gettext module. This is necessary incase another program uses
# the libintl libtool wrapper for linking.
LIB_DEPENDS+= iconv.2::converters/libiconv
# 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+= intl.1:gettext->=0.10.38:devel/gettext
BUILD_DEPENDS+= :gettext->=0.10.38:devel/gettext
RUN_DEPENDS+= :gettext->=0.10.38:devel/gettext