aboutsummaryrefslogtreecommitdiff
path: root/chinese/pcmanx
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-07-20 07:39:06 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-07-20 07:39:06 +0000
commit38a9c31c7c6465fcddadaded693fe65ba2794d66 (patch)
tree6ec5451149b7353e94340540b131a3587d352c8d /chinese/pcmanx
parentb213dde60ea3ccf165ddd398ed46104628a461b0 (diff)
downloadports-38a9c31c7c6465fcddadaded693fe65ba2794d66.tar.gz
ports-38a9c31c7c6465fcddadaded693fe65ba2794d66.zip
chinese/pcmanx: fix LIB_DEPENDS typo
PR: 201628 Submitted by: Ting-Wei Lan <lantw44@gmail.com> MFH: 2015Q3
Notes
Notes: svn path=/head/; revision=392552
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r--chinese/pcmanx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile
index 76fa1bab0883..136169491be5 100644
--- a/chinese/pcmanx/Makefile
+++ b/chinese/pcmanx/Makefile
@@ -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)