Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2015 07:39:07 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392552 - head/chinese/pcmanx
Message-ID:  <201507200739.t6K7d7g6028090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Jul 20 07:39:06 2015
New Revision: 392552
URL: https://svnweb.freebsd.org/changeset/ports/392552

Log:
  chinese/pcmanx: fix LIB_DEPENDS typo
  
  PR:		201628
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
  MFH:		2015Q3

Modified:
  head/chinese/pcmanx/Makefile

Modified: head/chinese/pcmanx/Makefile
==============================================================================
--- head/chinese/pcmanx/Makefile	Mon Jul 20 06:48:29 2015	(r392551)
+++ head/chinese/pcmanx/Makefile	Mon Jul 20 07:39:06 2015	(r392552)
@@ -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?201507200739.t6K7d7g6028090>