diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
commit | b7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_auth_openid | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_openid')
-rw-r--r-- | www/mod_auth_openid/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index 6ff4cec5e668..4013499e4a74 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_auth_openid -# Date created: 3 August 2008 -# Whom: Sutra Zhou <zhoushuqun@gmail.com> -# +# Created by: Sutra Zhou <zhoushuqun@gmail.com> # $FreeBSD$ -# PORTNAME= mod_auth_openid PORTVERSION= 0.6 @@ -22,7 +18,7 @@ MAKE_JOBS_SAFE= yes PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so -USE_APACHE= 22+ +USE_APACHE= 22 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pcre=${LOCALBASE} |