diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-03 12:50:40 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-03 12:50:40 +0000 |
commit | 82c90c073f01559b8a0fb592b492e5f3823a5856 (patch) | |
tree | 193487fd21d344852abbc254639cccde12200b3d /devel/m17n-db/Makefile | |
parent | 8add9a50007d58eb49c195a89a8617dcbd17444f (diff) |
Notes
Diffstat (limited to 'devel/m17n-db/Makefile')
-rw-r--r-- | devel/m17n-db/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/m17n-db/Makefile b/devel/m17n-db/Makefile index 7cd2aa7e4e5b..bed0196b8d78 100644 --- a/devel/m17n-db/Makefile +++ b/devel/m17n-db/Makefile @@ -6,7 +6,7 @@ # PORTNAME= m17n-db -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= http://www.m17n.org/m17n-lib/download/:m17n \ ${MASTER_SITE_GNU:S/$/:glibc/} @@ -18,9 +18,10 @@ EXTRACT_ONLY= ${M17N_DISTFILE} MAINTAINER= ports@FreeBSD.org COMMENT= Data files for the m17n library +USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} -USE_GMAKE= yes M17N_DISTFILE= ${DISTNAME}${EXTRACT_SUFX} GLIBC_VERSION= 2.3.3 |