aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /chinese/fcitx
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'chinese/fcitx')
-rw-r--r--chinese/fcitx/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile
index c45648232442..2eaf1b247c30 100644
--- a/chinese/fcitx/Makefile
+++ b/chinese/fcitx/Makefile
@@ -21,10 +21,10 @@ COMMENT= Flexible Input Method Framework
LICENSE= GPLv2
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
- libicuuc.so:${PORTSDIR}/devel/icu
-RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
+LIB_DEPENDS= libdbus-1.so:devel/dbus \
+ libicuuc.so:devel/icu
+RUN_DEPENDS= xdg-open:devel/xdg-utils
SUB_FILES= pkg-message
SUB_LIST+= PORTSDIR=${PORTSDIR}
@@ -89,7 +89,7 @@ PLIST_SUB+= QT4="@comment "
.endif
.if ${PORT_OPTIONS:MOPENCC}
-LIB_DEPENDS+= libopencc.so:${PORTSDIR}/chinese/opencc
+LIB_DEPENDS+= libopencc.so:chinese/opencc
.else
CMAKE_ARGS+= -DENABLE_OPENCC=OFF
.endif