From f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Fri, 12 Apr 2002 17:10:20 +0000 Subject: gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr --- converters/recode/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'converters') diff --git a/converters/recode/Makefile b/converters/recode/Makefile index a3f590e18956..3fc960fafd28 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -7,19 +7,23 @@ PORTNAME= recode PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= recode MAINTAINER= demon@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib \ - LIBS=-lintl +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="-lintl" \ + MSGFMT="${LOCALBASE}/bin/msgfmt-old" \ + XGETTEXT="${LOCALBASE}/bin/xgettext-old" MAN1= recode.1 -- cgit v1.2.3