svn commit: r392552 - head/chinese/pcmanx
Bartek Rutkowski
robak at FreeBSD.org
Mon Jul 20 07:39:07 UTC 2015
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 at 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)
More information about the svn-ports-all
mailing list