From owner-svn-ports-branches@freebsd.org Mon Jul 20 14:30:58 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C3049A5CEF; Mon, 20 Jul 2015 14:30:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.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 12B9711BA; Mon, 20 Jul 2015 14:30:58 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEUvLN095177; Mon, 20 Jul 2015 14:30:57 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEUv4B095176; Mon, 20 Jul 2015 14:30:57 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507201430.t6KEUv4B095176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 20 Jul 2015 14:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392571 - branches/2015Q3/chinese/pcmanx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 14:30:58 -0000 Author: robak Date: Mon Jul 20 14:30:57 2015 New Revision: 392571 URL: https://svnweb.freebsd.org/changeset/ports/392571 Log: MFH: r392552 chinese/pcmanx: fix LIB_DEPENDS typo PR: 201628 Submitted by: Ting-Wei Lan Approved by: ports-secteam Modified: branches/2015Q3/chinese/pcmanx/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/chinese/pcmanx/Makefile ============================================================================== --- branches/2015Q3/chinese/pcmanx/Makefile Mon Jul 20 14:26:16 2015 (r392570) +++ branches/2015Q3/chinese/pcmanx/Makefile Mon Jul 20 14:30:57 2015 (r392571) @@ -14,7 +14,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk20 intlhack -USES= tar:xz iconv gmake pkgconfig +USES= gmake iconv pkgconfig tar:xz GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--disable-notifier .if ${PORT_OPTIONS:MLIBNOTIFY} CONFIGURE_ARGS+=--enable-libnotify -LIB_DEPENDS+= libnotifa.soy:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify .endif .if empty(PORT_OPTIONS:MNANCY)