Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2015 14:30:57 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392571 - branches/2015Q3/chinese/pcmanx
Message-ID:  <201507201430.t6KEUv4B095176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lantw44@gmail.com>
  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)



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