openbsd-ports/devel/gettext/gettext.port.mk
espie 100b45279f convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
2006-08-01 10:50:19 +00:00

11 lines
444 B
Makefile

# $OpenBSD: gettext.port.mk,v 1.3 2006/08/01 10:50:19 espie Exp $
LIB_DEPENDS+= iconv.>=4::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.>=3:gettext->=0.10.38:devel/gettext
BUILD_DEPENDS+= :gettext->=0.14.5:devel/gettext
RUN_DEPENDS+= :gettext->=0.10.38:devel/gettext