Date: Mon, 14 Jul 2014 18:56:53 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361818 - head/www/mod_auth_mellon Message-ID: <201407141856.s6EIurva032815@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407141856.s6EIurva032815>