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

14 lines
536 B
Makefile
Raw Normal View History

2007-08-25 09:48:23 -04:00
# $OpenBSD: gettext.port.mk,v 1.7 2007/08/25 13:48:23 naddy Exp $
2001-09-23 01:29:47 -04:00
2007-08-25 09:48:23 -04:00
MODGETTEXT_LIB_DEPENDS= intl.>=4:gettext->=0.10.38:devel/gettext \
iconv.>=4::converters/libiconv
MODGETTEXT_RUN_DEPENDS= :gettext->=0.10.38:devel/gettext
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+= ${MODGETTEXT_LIB_DEPENDS}
2007-08-25 09:48:23 -04:00
BUILD_DEPENDS+= :gettext->=0.16.1:devel/gettext
RUN_DEPENDS+= ${MODGETTEXT_RUN_DEPENDS}