diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:59:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:59:11 +0000 |
commit | 32484fb733f1b9fe5aeeb0aabe16d850293dbbb6 (patch) | |
tree | 18fd29cc4e20834dc7bb9854f1b87f327e921321 /devel/m17n-db | |
parent | ef6182f149860fa36d624a25378b0446b12868f7 (diff) | |
download | ports-32484fb733f1b9fe5aeeb0aabe16d850293dbbb6.tar.gz ports-32484fb733f1b9fe5aeeb0aabe16d850293dbbb6.zip |
Notes
Diffstat (limited to 'devel/m17n-db')
-rw-r--r-- | devel/m17n-db/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/devel/m17n-db/Makefile b/devel/m17n-db/Makefile index 7d7aafb4b978..dfb1bad82299 100644 --- a/devel/m17n-db/Makefile +++ b/devel/m17n-db/Makefile @@ -15,20 +15,15 @@ EXTRACT_ONLY= ${M17N_DISTFILE} MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Data files for the m17n library -USES= gmake pkgconfig +OPTIONS_DEFINE= NLS + +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls M17N_DISTFILE= ${DISTNAME}${EXTRACT_SUFX} GLIBC_VERSION= 2.3.6 |