diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-16 14:31:28 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-16 14:31:28 +0000 |
commit | 40c1420fbfe27f1a0956c0c027fb76f4c59ea1db (patch) | |
tree | 57c6dc4216941200f4ab2ce7d18532851e5f8282 | |
parent | 6acd67f1dfe66836aac653891fbe329e46ace053 (diff) | |
download | ports-40c1420fbfe27f1a0956c0c027fb76f4c59ea1db.tar.gz ports-40c1420fbfe27f1a0956c0c027fb76f4c59ea1db.zip |
Fix build error.
Support staging.
Notes
Notes:
svn path=/head/; revision=358002
-rw-r--r-- | japanese/kasumi/Makefile | 6 | ||||
-rw-r--r-- | japanese/kasumi/files/patch-configure | 20 | ||||
-rw-r--r-- | japanese/kasumi/pkg-plist | 1 |
3 files changed, 22 insertions, 5 deletions
diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index 354534b185af..dfe91305acf7 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -13,17 +13,13 @@ COMMENT= A dictionary management tool for anthy USES= gmake pkgconfig USE_GNOME= gnomehier gtk20 -LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy +LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= kasumi.1 - -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> diff --git a/japanese/kasumi/files/patch-configure b/japanese/kasumi/files/patch-configure new file mode 100644 index 000000000000..452db6191a3f --- /dev/null +++ b/japanese/kasumi/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2014-06-16 23:25:01.000000000 +0900 ++++ configure 2014-06-16 23:25:34.000000000 +0900 +@@ -7365,7 +7365,7 @@ + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do +- LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" ++ LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }" + done + fi + +@@ -8587,7 +8587,7 @@ + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do +- LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" ++ LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }" + done + fi + diff --git a/japanese/kasumi/pkg-plist b/japanese/kasumi/pkg-plist index 0be98f183c95..ea776b917157 100644 --- a/japanese/kasumi/pkg-plist +++ b/japanese/kasumi/pkg-plist @@ -1,4 +1,5 @@ bin/kasumi +man/man1/kasumi.1.gz %%NLS%%share/locale/ja/LC_MESSAGES/kasumi.mo %%NLS%%share/locale/it/LC_MESSAGES/kasumi.mo share/applications/kasumi.desktop |