diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-06 11:56:36 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-06 11:56:36 +0000 |
commit | b393f3e2d6871a7fec150548a0647e9491d1b04f (patch) | |
tree | ecca0dfceb66f602d413895c2adb838547b6e593 /textproc/iiimf-le-unit | |
parent | 4e399e0e35e2bfe3d39718f3cfe88fcbab560f38 (diff) | |
download | ports-b393f3e2d6871a7fec150548a0647e9491d1b04f.tar.gz ports-b393f3e2d6871a7fec150548a0647e9491d1b04f.zip |
Notes
Diffstat (limited to 'textproc/iiimf-le-unit')
-rw-r--r-- | textproc/iiimf-le-unit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile index 0f7bdabce240..a49a7d8dbd69 100644 --- a/textproc/iiimf-le-unit/Makefile +++ b/textproc/iiimf-le-unit/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= IIIMF UNIcode Table based generic composition engine @@ -25,7 +24,6 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_ICONV= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= libxml2 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} |