1ab3c7c5fa
instead of LIB_DEPENDS so that we can ensure we get the right version. Problem pointed out by chris@ that some ports barf when given a msgfmt that comes from anything older than gettext 0.10.38.
10 lines
381 B
Makefile
10 lines
381 B
Makefile
# $OpenBSD: gettext.port.mk,v 1.3 2001/10/11 15:34:15 brad Exp $
|
|
|
|
# The RUN_DEPENDS entry is to ensure gettext is
|
|
# installed. This is needed so we have locale.alias
|
|
# 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
|