diff options
Diffstat (limited to 'textproc/iiimf-server/Makefile')
-rw-r--r-- | textproc/iiimf-server/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index 8f751c8c032f..7b1ce83889b6 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -11,22 +11,20 @@ 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 Server Framework -LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib +LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib ONLY_FOR_ARCHS= i386 INSTALLS_SHLIB= yes USE_RC_SUBR= iiimd.sh USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= pkgconfig libxml2 -USE_OPENSSL= yes +USE_OPENSSL= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 @@ -36,7 +34,7 @@ BUILDDIR= ${WRKSRC}/iiimsf .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 .if defined(WITH_DEBUG) |