diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 02:29:13 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 02:29:13 +0800 |
commit | 41300562edce10c1ced8aaf8c930ef5bda88a001 (patch) | |
tree | cd37b2627c8abfecc5b5977fc1e3fb41f2d2a0b2 /japanese | |
parent | f6ae0e21fc922e155b94af70ab35672d95c335da (diff) | |
download | freebsd-ports-gnome-41300562edce10c1ced8aaf8c930ef5bda88a001.tar.gz freebsd-ports-gnome-41300562edce10c1ced8aaf8c930ef5bda88a001.tar.zst freebsd-ports-gnome-41300562edce10c1ced8aaf8c930ef5bda88a001.zip |
- Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-honoka-plugin-wnn/Makefile | 13 | ||||
-rw-r--r-- | japanese/scim-honoka-plugin-wnn/pkg-plist | 1 |
2 files changed, 4 insertions, 10 deletions
diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile index 8960f12396fb..993e1134afae 100644 --- a/japanese/scim-honoka-plugin-wnn/Makefile +++ b/japanese/scim-honoka-plugin-wnn/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-honoka-plugin-wnn PORTVERSION= 0.9.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese MASTER_SITES= http://nop.net-p.org/files/honoka/ DISTNAME= honoka-plugin-wnn-${PORTVERSION} @@ -13,20 +13,15 @@ COMMENT= Honoka plugin for using wnn7 BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka -LIB_DEPENDS= wnn7.1:${PORTSDIR}/japanese/Wnn7-lib +LIB_DEPENDS= libwnn7.so:${PORTSDIR}/japanese/Wnn7-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim \ ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \ ${LOCALBASE}/lib/scim-1.0/1.4.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan -USES= gettext gmake iconv pathfix pkgconfig -USE_GNOME= lthack -USE_AUTOTOOLS= libtool - -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" +GNU_CONFIGURE= yes +USES= gettext gmake iconv libtool:keepla pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> diff --git a/japanese/scim-honoka-plugin-wnn/pkg-plist b/japanese/scim-honoka-plugin-wnn/pkg-plist index 87591cee4ec6..0db23a0df720 100644 --- a/japanese/scim-honoka-plugin-wnn/pkg-plist +++ b/japanese/scim-honoka-plugin-wnn/pkg-plist @@ -3,4 +3,3 @@ lib/scim-1.0/1.4.0/honoka/plugin-wnn.la lib/scim-1.0/1.4.0/honoka/plugin-wnn.so share/locale/ja/LC_MESSAGES/honoka-plugin-wnn.mo @dirrmtry lib/scim-1.0/1.4.0/honoka -@dirrmtry share/scim/honoka |