chinese/pcmanx: fix LIB_DEPENDS typo

PR:		201628
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
MFH:		2015Q3
This commit is contained in:
Bartek Rutkowski 2015-07-20 07:39:06 +00:00
parent b213dde60e
commit 38a9c31c7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392552

View File

@ -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)