diff options
Diffstat (limited to 'converters/recode/Makefile')
-rw-r--r-- | converters/recode/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
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 |