1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/gettext-devel
Maxim Sobolev 21e99b2cd7 By default install only binaries with `-new' suffix applied. This provides an
easy way to compile/use newest packages that don't build with oldest gettext
without the headache associated with making it possible to install fill-blown
gettext and gettext-devel on the same machine at the same time. Usually the
following should be sufficient to fix ports that doesn't build with oldest
gettext:

BUILD_DEPENDS+=	msgfmt-new:${PORTS}/devel/gettext-devel
CONFIGURE_ENV+=	MSGFMT=${LOCALBASE}/bin/msgfmt-new \
		XGETTEXT=${LOCALBASE}/bin/xgettext-new
2001-07-05 07:31:48 +00:00
..
files
distinfo
Makefile By default install only binaries with `-new' suffix applied. This provides an 2001-07-05 07:31:48 +00:00
pkg-comment
pkg-descr
pkg-plist