diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-06 11:55:05 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-06 11:55:05 +0000 |
commit | 4e399e0e35e2bfe3d39718f3cfe88fcbab560f38 (patch) | |
tree | a248357f3789e1fed8c841a788474f883a93349d /textproc | |
parent | 40e15776d7838545b976d3168c0e9cb49416b79f (diff) | |
download | ports-4e399e0e35e2bfe3d39718f3cfe88fcbab560f38.tar.gz ports-4e399e0e35e2bfe3d39718f3cfe88fcbab560f38.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-csconv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iiimf-csconv/Makefile b/textproc/iiimf-csconv/Makefile index 40f441c12ba8..db204aa2014b 100644 --- a/textproc/iiimf-csconv/Makefile +++ b/textproc/iiimf-csconv/Makefile @@ -7,11 +7,11 @@ PORTNAME= csconv PORTVERSION= 12.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= ozawa@ongs.co.jp COMMENT= Internet/Intranet Input Method Framework encoding convert library @@ -20,8 +20,8 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_ICONV= yes +USE_GETTEXT= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 @@ -31,7 +31,7 @@ BUILDDIR= ${WRKSRC}/lib/CSConv .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |