- Add dependecy to gettext
- Bump PORTREVISION - Remove USE_REINPLACE - Fix IGNORE line Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) PR: ports/92374
This commit is contained in:
parent
40e15776d7
commit
4e399e0e35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155317
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue