diff options
author | barner <barner@FreeBSD.org> | 2006-02-06 19:56:36 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-02-06 19:56:36 +0800 |
commit | 466027dc0711a6d7cee157ddf6469d4737769afd (patch) | |
tree | 726fb924d95fa8d5f809f3d22f17dd06e9687898 /textproc/iiimf-client-lib | |
parent | fa1027b84a3bc7689cb43033ad04e3fe59be888c (diff) | |
download | freebsd-ports-gnome-466027dc0711a6d7cee157ddf6469d4737769afd.tar.gz freebsd-ports-gnome-466027dc0711a6d7cee157ddf6469d4737769afd.tar.zst freebsd-ports-gnome-466027dc0711a6d7cee157ddf6469d4737769afd.zip |
- Remove USE_REINPLACE
- Fix IGNORE line
- Pacify portlint
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
PR: ports/92374
Diffstat (limited to 'textproc/iiimf-client-lib')
-rw-r--r-- | textproc/iiimf-client-lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index a1642fee7127..10ce7551a8a1 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -12,7 +12,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 Client Framework @@ -24,7 +23,6 @@ ONLY_FOR_ARCHS= i386 INSTALLS_SHLIB= yes USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 @@ -35,7 +33,7 @@ BUILDDIR= ${WRKSRC}/lib/iiimcf .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} |