2008-06-13 00:56:33 -04:00
|
|
|
# $OpenBSD: gettext.port.mk,v 1.8 2008/06/13 04:56:33 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 \
|
2006-11-20 08:37:00 -05:00
|
|
|
iconv.>=4::converters/libiconv
|
|
|
|
|
|
|
|
MODGETTEXT_RUN_DEPENDS= :gettext->=0.10.38:devel/gettext
|
2001-10-31 15:27:12 -05:00
|
|
|
|
2001-10-28 01:05:23 -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.
|
2001-09-24 13:17:02 -04:00
|
|
|
# Typically installed in PREFIX/share/locale.
|
2006-11-20 08:37:00 -05:00
|
|
|
LIB_DEPENDS+= ${MODGETTEXT_LIB_DEPENDS}
|
2008-06-13 00:56:33 -04:00
|
|
|
BUILD_DEPENDS+= :gettext->=0.17:devel/gettext
|
2006-11-20 08:37:00 -05:00
|
|
|
RUN_DEPENDS+= ${MODGETTEXT_RUN_DEPENDS}
|