Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 12:50:35 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361447 - head/japanese/fcitx-anthy
Message-ID:  <201407101250.s6ACoZdh071813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407101250.s6ACoZdh071813>