diff options
author | barner <barner@FreeBSD.org> | 2006-02-06 19:55:05 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-02-06 19:55:05 +0800 |
commit | fa1027b84a3bc7689cb43033ad04e3fe59be888c (patch) | |
tree | 5f5933578ae22d3ef0b37b97609f24646ffdcb3b /textproc/iiimf-csconv | |
parent | 34042e848cd498c2c9e76a314796b46979223872 (diff) | |
download | freebsd-ports-gnome-fa1027b84a3bc7689cb43033ad04e3fe59be888c.tar.gz freebsd-ports-gnome-fa1027b84a3bc7689cb43033ad04e3fe59be888c.tar.zst freebsd-ports-gnome-fa1027b84a3bc7689cb43033ad04e3fe59be888c.zip |
- Add dependecy to gettext
- Bump PORTREVISION
- Remove USE_REINPLACE
- Fix IGNORE line
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
PR: ports/92374
Diffstat (limited to 'textproc/iiimf-csconv')
-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} |