svn commit: r361447 - head/japanese/fcitx-anthy
Vanilla I. Shu
vanilla at FreeBSD.org
Thu Jul 10 12:50:36 UTC 2014
Author: vanilla
Date: Thu Jul 10 12:50:35 2014
New Revision: 361447
URL: http://svnweb.freebsd.org/changeset/ports/361447
QAT: https://qat.redports.org/buildarchive/r361447/
Log:
1: remove NO_STAGE.
2: new syntax of LIB_DEPENDS.
3: USES=tar:xz
Modified:
head/japanese/fcitx-anthy/Makefile
Modified: head/japanese/fcitx-anthy/Makefile
==============================================================================
--- head/japanese/fcitx-anthy/Makefile Thu Jul 10 12:41:18 2014 (r361446)
+++ head/japanese/fcitx-anthy/Makefile Thu Jul 10 12:50:35 2014 (r361447)
@@ -10,14 +10,12 @@ DIST_SUBDIR= fcitx
MAINTAINER= ports at FreeBSD.org
COMMENT= Anthy support for Fcitx
-LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
- anthy:${PORTSDIR}/japanese/anthy
+LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
+ libanthy.so:${PORTSDIR}/japanese/anthy
-USE_XZ= yes
-USES= cmake gettext pkgconfig
+USES= cmake gettext pkgconfig tar:xz
USE_GNOME= intltool
PROJECTHOST= fcitx
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list