14 lines
536 B
Makefile
14 lines
536 B
Makefile
# $OpenBSD: gettext.port.mk,v 1.9 2010/07/03 03:23:22 naddy Exp $
|
|
|
|
MODGETTEXT_LIB_DEPENDS= intl.>=5:gettext->=0.10.38:devel/gettext \
|
|
iconv.>=6::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.18.1:devel/gettext
|
|
RUN_DEPENDS+= ${MODGETTEXT_RUN_DEPENDS}
|