openbsd-ports/devel/gettext/gettext.port.mk

14 lines
622 B
Makefile
Raw Normal View History

# $OpenBSD: gettext.port.mk,v 1.1 2004/08/03 09:10:01 espie Exp $
2001-09-23 01:29:47 -04:00
# 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.
2001-11-27 12:44:04 -05:00
LIB_DEPENDS+= iconv.2::converters/libiconv
2001-10-31 15:27:12 -05:00
# 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