aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_mellon
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:56:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:56:52 +0000
commit67bc3eaf85fa2c9d336f351bb993b42244fcb59e (patch)
treeb36ffa755cf86848207ea3777e7e962b4998f6cd /www/mod_auth_mellon
parente25d8ced2c9812ae84361e4aba3371b5e49ea07e (diff)
downloadports-67bc3eaf85fa2c9d336f351bb993b42244fcb59e.tar.gz
ports-67bc3eaf85fa2c9d336f351bb993b42244fcb59e.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361818
Diffstat (limited to 'www/mod_auth_mellon')
-rw-r--r--www/mod_auth_mellon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_mellon/Makefile b/www/mod_auth_mellon/Makefile
index b0d19537181f..45e7907f428c 100644
--- a/www/mod_auth_mellon/Makefile
+++ b/www/mod_auth_mellon/Makefile
@@ -13,8 +13,8 @@ COMMENT= Apache auth module for identifying SSO users
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