diff options
Diffstat (limited to 'japanese/iiimf-le-canna')
-rw-r--r-- | japanese/iiimf-le-canna/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/iiimf-le-canna/Makefile b/japanese/iiimf-le-canna/Makefile index f4ce059436d8..b0e8fd8c79d3 100644 --- a/japanese/iiimf-le-canna/Makefile +++ b/japanese/iiimf-le-canna/Makefile @@ -12,7 +12,6 @@ CATEGORIES= japanese 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= Canna language engine for IIIMF @@ -25,7 +24,6 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_ICONV= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_XLIB= yes @@ -38,7 +36,7 @@ BUILDDIR= ${WRKSRC}/leif .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 -I${X11BASE}/include ${PTHREAD_CFLAGS} |