diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-02 09:53:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-02 09:53:03 +0000 |
commit | f73604f9405af61a50964ad6adf666eba94479ec (patch) | |
tree | 83d682a935cc7fe4c5e4122784c6aa5a6314643b /japanese/anthy/Makefile | |
parent | b6d7af297a73759d84a1a6d781de7189be395027 (diff) |
Notes
Diffstat (limited to 'japanese/anthy/Makefile')
-rw-r--r-- | japanese/anthy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index 395de783dcb2..00cac7732c44 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -7,6 +7,7 @@ PORTNAME= anthy PORTVERSION= 6300 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/13543 @@ -19,7 +20,7 @@ COMMENT= Another kana-kanji conversion system USE_REINPLACE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -USE_GNOME= lthack +USE_GNOME= gnometarget lthack pkgconfig DOCSDIR= share/doc/ja/anthy ELISPDIR= share/emacs/site-lisp/anthy @@ -54,6 +55,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e \ 's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in + @${REINPLACE_CMD} -e \ + 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in post-install: ${MKDIR} ${PREFIX}/${ELISPDIR} |