svn commit: r339041 - head/www/nspluginwrapper

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 7 22:19:09 UTC 2014


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.*
 


More information about the svn-ports-all mailing list