Date: Thu, 24 Apr 2014 18:32:48 +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: r352045 - head/japanese/scim-prime Message-ID: <201404241832.s3OIWmnO074548@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Apr 24 18:32:47 2014 New Revision: 352045 URL: http://svnweb.freebsd.org/changeset/ports/352045 QAT: https://qat.redports.org/buildarchive/r352045/ Log: - Convert to USES=libtool. - Staging. Modified: head/japanese/scim-prime/Makefile Modified: head/japanese/scim-prime/Makefile ============================================================================== --- head/japanese/scim-prime/Makefile Thu Apr 24 18:31:48 2014 (r352044) +++ head/japanese/scim-prime/Makefile Thu Apr 24 18:32:47 2014 (r352045) @@ -3,7 +3,7 @@ PORTNAME= scim-prime PORTVERSION= 0.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/17192 @@ -15,18 +15,10 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc prime:${PORTSDIR}/japanese/prime RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= lthack -USES= gmake iconv pkgconfig +USES= gmake iconv libtool:keepla pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} - @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' - @${ECHO} - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241832.s3OIWmnO074548>