svn commit: r352045 - head/japanese/scim-prime

Tijl Coosemans tijl at FreeBSD.org
Thu Apr 24 18:32:48 UTC 2014


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>


More information about the svn-ports-all mailing list