aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:26:02 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:26:02 +0000
commitfbb1a2260c9dcd588e3470e66845bc04fb1e1bf0 (patch)
tree6468dfe8b6bf7e11ff0772944a812f72cfdde0c7 /japanese
parent26e8e7d103808341a63759a4e155fb4707545bd0 (diff)
downloadports-fbb1a2260c9dcd588e3470e66845bc04fb1e1bf0.tar.gz
ports-fbb1a2260c9dcd588e3470e66845bc04fb1e1bf0.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/scim-canna/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile
index 0796a8dd0bfb..412da8c93f05 100644
--- a/japanese/scim-canna/Makefile
+++ b/japanese/scim-canna/Makefile
@@ -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@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>