diff options
Diffstat (limited to 'japanese/fcitx-anthy/Makefile')
-rw-r--r-- | japanese/fcitx-anthy/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/japanese/fcitx-anthy/Makefile b/japanese/fcitx-anthy/Makefile index 659b18dcf714..11a908cff815 100644 --- a/japanese/fcitx-anthy/Makefile +++ b/japanese/fcitx-anthy/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcitx-anthy DISTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -13,19 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ fcitx:chinese/fcitx - -FLAVORS= original unicode -FLAVOR?= ${FLAVORS:[1]} +LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode USES= cmake gettext gnome pkgconfig tar:xz -.if ${FLAVOR} == original -LIB_DEPENDS+= libanthy.so:japanese/anthy -CONFLICTS_INSTALL= ${PORTNAME}-unicode -.else -PKGNAMESUFFIX= -unicode -LIB_DEPENDS+= libanthy-unicode.so:japanese/anthy-unicode -CONFLICTS_INSTALL= ${PORTNAME} -.endif - .include <bsd.port.mk> |