diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-25 14:41:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-25 14:41:03 +0800 |
commit | b6718d1677ca0e232a7e3b8d010d2f60542106cb (patch) | |
tree | cbafedf09a6185859c7a9034e259837362cfafbd /www | |
parent | 675c243307eb2e7e97a58357bd50db721c1d47d2 (diff) | |
download | freebsd-ports-graphics-b6718d1677ca0e232a7e3b8d010d2f60542106cb.tar.gz freebsd-ports-graphics-b6718d1677ca0e232a7e3b8d010d2f60542106cb.tar.zst freebsd-ports-graphics-b6718d1677ca0e232a7e3b8d010d2f60542106cb.zip |
- Unbreak after devel/apr0 incranation. USE_APACHE will pull in the correct apr.
With Hat: apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_openid/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index 4558e3f0a17..a5d6d2331b6 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -13,7 +13,6 @@ 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/apr1 LIB_DEPENDS= opkele:${PORTSDIR}/devel/libopkele \ sqlite3:${PORTSDIR}/databases/sqlite34 |