diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-18 04:05:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-18 04:05:05 +0000 |
commit | 55544fc2be6293cc3e0316e40af48ca44fc4e529 (patch) | |
tree | 29e8cfc0914a759313cdb1eab3bedf0c36297450 /www/mod_auth_openid | |
parent | 05bd43c1e696d2012387a78d35d19a8d44882cd1 (diff) | |
download | ports-55544fc2be6293cc3e0316e40af48ca44fc4e529.tar.gz ports-55544fc2be6293cc3e0316e40af48ca44fc4e529.zip |
Notes
Diffstat (limited to 'www/mod_auth_openid')
-rw-r--r-- | www/mod_auth_openid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index fc3d96b96488..4558e3f0a171 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/ MAINTAINER= zhoushuqun@gmail.com COMMENT= An authentication module for the Apache 2 webserver with OpenID -BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr +BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr1 LIB_DEPENDS= opkele:${PORTSDIR}/devel/libopkele \ sqlite3:${PORTSDIR}/databases/sqlite34 |