Date: Tue, 7 Jan 2014 22:19:09 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339041 - head/www/nspluginwrapper Message-ID: <201401072219.s07MJ9A4023240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Jan 7 22:19:08 2014 New Revision: 339041 URL: http://svnweb.freebsd.org/changeset/ports/339041 Log: Convert LIB_DEPENDS to new format. Modified: head/www/nspluginwrapper/Makefile Modified: head/www/nspluginwrapper/Makefile ============================================================================== --- head/www/nspluginwrapper/Makefile Tue Jan 7 21:36:44 2014 (r339040) +++ head/www/nspluginwrapper/Makefile Tue Jan 7 22:19:08 2014 (r339041) @@ -15,7 +15,7 @@ COMMENT= Compatibility plugin for Mozill LICENSE= GPLv2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CONFLICTS= nspluginwrapper-1.3.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401072219.s07MJ9A4023240>