svn commit: r352040 - head/japanese/scim-canna
Tijl Coosemans
tijl at FreeBSD.org
Thu Apr 24 18:26:03 UTC 2014
Author: tijl
Date: Thu Apr 24 18:26:02 2014
New Revision: 352040
URL: http://svnweb.freebsd.org/changeset/ports/352040
QAT: https://qat.redports.org/buildarchive/r352040/
Log:
- Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Staging.
Modified:
head/japanese/scim-canna/Makefile
Modified: head/japanese/scim-canna/Makefile
==============================================================================
--- head/japanese/scim-canna/Makefile Thu Apr 24 18:24:08 2014 (r352039)
+++ head/japanese/scim-canna/Makefile Thu Apr 24 18:26:02 2014 (r352040)
@@ -3,7 +3,7 @@
PORTNAME= scim-canna
PORTVERSION= 1.0.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= scim-imengine/18849
@@ -12,22 +12,13 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= SCIM IMEngine module using Canna
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib
+LIB_DEPENDS= libcanna.so:${PORTSDIR}/japanese/canna-lib
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_AUTOTOOLS= libtool
-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