aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-tomoe
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:21:56 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:21:56 +0000
commit99fcbb24846a63d8e9d7361820e5d965da6af28a (patch)
tree38aefa44d423a9f6c408def8cdde615e590985fe /japanese/scim-tomoe
parent687cff984dc04095f969b80e67a40349956686de (diff)
downloadports-99fcbb24846a63d8e9d7361820e5d965da6af28a.tar.gz
ports-99fcbb24846a63d8e9d7361820e5d965da6af28a.zip
Notes
Diffstat (limited to 'japanese/scim-tomoe')
-rw-r--r--japanese/scim-tomoe/Makefile20
1 files changed, 5 insertions, 15 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile
index 88e67d701840..62816ae1045d 100644
--- a/japanese/scim-tomoe/Makefile
+++ b/japanese/scim-tomoe/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scim-tomoe
PORTVERSION= 0.6.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= japanese
MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -11,16 +11,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM IMEngine module using Tomoe
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
- tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk
+LIB_DEPENDS= libtomoe.so:${PORTSDIR}/japanese/tomoe \
+ libtomoe-gtk.so:${PORTSDIR}/japanese/libtomoe-gtk
-USE_GNOME= lthack intlhack
-USES= gettext gmake iconv pkgconfig
+USE_GNOME= intlhack
+USES= gettext gmake iconv libtool:keepla pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
LDFLAGS+= -L${LOCALBASE}/lib
@@ -31,11 +28,4 @@ PLIST_FILES= bin/scim-tomoe \
share/locale/ja/LC_MESSAGES/scim-tomoe.mo \
share/scim/icons/scim-tomoe.png
-NO_STAGE= yes
-post-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO}
- @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
- @${ECHO}
-
.include <bsd.port.mk>