aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/pcmanx
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-07-20 15:39:06 +0800
committerrobak <robak@FreeBSD.org>2015-07-20 15:39:06 +0800
commit85995dd874ea6943e698dc34e072de0f40b38890 (patch)
tree6ec5451149b7353e94340540b131a3587d352c8d /chinese/pcmanx
parentdcc6d81ab2150d110b5c064e415e2dde22e39bf1 (diff)
downloadfreebsd-ports-gnome-85995dd874ea6943e698dc34e072de0f40b38890.tar.gz
freebsd-ports-gnome-85995dd874ea6943e698dc34e072de0f40b38890.tar.zst
freebsd-ports-gnome-85995dd874ea6943e698dc34e072de0f40b38890.zip
chinese/pcmanx: fix LIB_DEPENDS typo
PR: 201628 Submitted by: Ting-Wei Lan <lantw44@gmail.com> MFH: 2015Q3
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)