diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
commit | c2d1a14c7c87601a2482b2337ade1454f6ac5a68 (patch) | |
tree | d6c77b7a4c1035ef2fe37dd09eb4885e2b07cae0 /www/mod_auth_mellon | |
parent | fcf1af8ef459be093271d14274f70832a4bc883a (diff) |
Notes
Diffstat (limited to 'www/mod_auth_mellon')
-rw-r--r-- | www/mod_auth_mellon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_mellon/Makefile b/www/mod_auth_mellon/Makefile index 415b11fb9d8a..b22cff119952 100644 --- a/www/mod_auth_mellon/Makefile +++ b/www/mod_auth_mellon/Makefile @@ -3,6 +3,7 @@ PORTNAME= mod_auth_mellon PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://modmellon.googlecode.com/files/ DIST_SUBDIR= apache2 @@ -11,7 +12,7 @@ MAINTAINER= tj@FreeBSD.org COMMENT= Apache auth module for identifying SSO users LIB_DEPENDS= lasso.8:${PORTSDIR}/security/lasso \ - curl.6:${PORTSDIR}/ftp/curl + curl:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs2=${APXS} |