Date: Thu, 24 Apr 2014 17:16:28 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352020 - head/chinese/scim-pinyin Message-ID: <201404241716.s3OHGSWA040315@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Apr 24 17:16:28 2014 New Revision: 352020 URL: http://svnweb.freebsd.org/changeset/ports/352020 QAT: https://qat.redports.org/buildarchive/r352020/ Log: Convert to USES=libtool. Modified: head/chinese/scim-pinyin/Makefile Modified: head/chinese/scim-pinyin/Makefile ============================================================================== --- head/chinese/scim-pinyin/Makefile Thu Apr 24 17:14:42 2014 (r352019) +++ head/chinese/scim-pinyin/Makefile Thu Apr 24 17:16:28 2014 (r352020) @@ -3,6 +3,7 @@ PORTNAME= scim-pinyin PORTVERSION= 0.5.92 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} @@ -12,9 +13,8 @@ COMMENT= SCIM Chinese Smart Pinyin input BUILD_DEPENDS= scim>=1.2.0:${PORTSDIR}/textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= lthack -USES= pathfix iconv gmake pkgconfig -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +USES= gmake iconv libtool:keepla pathfix pkgconfig CONFIGURE_ARGS+= --disable-skim-support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241716.s3OHGSWA040315>