From ffb7170399b77f34a48875ad6468eb796f00aed3 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 14 Jul 2014 18:42:04 +0000 Subject: Modernize LIB_DEPENDS With hat: portmgr --- security/opensaml2/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/opensaml2') diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index e06f6a108fb1..e33eada6abe2 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -11,10 +11,10 @@ DISTNAME= opensaml-${PORTVERSION} MAINTAINER= girgen@FreeBSD.org COMMENT= Open source implementation of SAML2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - log4shib.1:${PORTSDIR}/devel/log4shib \ - xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ - xmltooling.6:${PORTSDIR}/devel/xmltooling +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + liblog4shib.so:${PORTSDIR}/devel/log4shib \ + libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ + libxmltooling.so:${PORTSDIR}/devel/xmltooling BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs -- cgit v1.2.3