From 466027dc0711a6d7cee157ddf6469d4737769afd Mon Sep 17 00:00:00 2001 From: barner Date: Mon, 6 Feb 2006 11:56:36 +0000 Subject: - Remove USE_REINPLACE - Fix IGNORE line - Pacify portlint Submitted by: Masanori OZAWA PR: ports/92374 --- textproc/iiimf-x/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'textproc/iiimf-x') diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 8cd9ef2f16f4..72ede64b3deb 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -11,7 +11,6 @@ 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 X Client Framework @@ -23,7 +22,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/iiim/xiiimp.so:${PORTSDIR}/textproc/iiimf-x-lib ONLY_FOR_ARCHS= i386 USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env @@ -35,7 +33,7 @@ BUILDDIR= ${WRKSRC}/iiimxcf/htt_xbe .include .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} -- cgit