From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 12:50:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E141DABC; Thu, 10 Jul 2014 12:50:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEE21273B; Thu, 10 Jul 2014 12:50:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6ACoZbw071814; Thu, 10 Jul 2014 12:50:35 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6ACoZdh071813; Thu, 10 Jul 2014 12:50:35 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407101250.s6ACoZdh071813@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 10 Jul 2014 12:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361447 - head/japanese/fcitx-anthy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 12:50:36 -0000 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@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