svn commit: r361818 - head/www/mod_auth_mellon

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 14 18:56:53 UTC 2014


Author: bapt
Date: Mon Jul 14 18:56:52 2014
New Revision: 361818
URL: http://svnweb.freebsd.org/changeset/ports/361818
QAT: https://qat.redports.org/buildarchive/r361818/

Log:
  Modernize LIB_DEPENDS
  
  With hat:	portmgr

Modified:
  head/www/mod_auth_mellon/Makefile

Modified: head/www/mod_auth_mellon/Makefile
==============================================================================
--- head/www/mod_auth_mellon/Makefile	Mon Jul 14 18:56:00 2014	(r361817)
+++ head/www/mod_auth_mellon/Makefile	Mon Jul 14 18:56:52 2014	(r361818)
@@ -13,8 +13,8 @@ COMMENT=		Apache auth module for identif
 
 LICENSE=		GPLv2
 
-LIB_DEPENDS=		lasso:${PORTSDIR}/security/lasso \
-			curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=		liblasso.so:${PORTSDIR}/security/lasso \
+			libcurl.so:${PORTSDIR}/ftp/curl
 
 USES=			pkgconfig
 GNU_CONFIGURE=		yes


More information about the svn-ports-all mailing list