aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_openid/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-20 08:56:46 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-20 08:56:46 +0000
commitc4192e9dcfef13d82ea6870633d47368f855ce99 (patch)
tree7090773617159d3a221808a4bdd74970f352d5f4 /www/mod_auth_openid/Makefile
parent66caac811cf4ddebad2540f36630a90f61df3faf (diff)
downloadports-c4192e9dcfef13d82ea6870633d47368f855ce99.tar.gz
ports-c4192e9dcfef13d82ea6870633d47368f855ce99.zip
- update to 0.4
- mark MAKE_JOBS_SAFE=yes PR: ports/134701 Approved by: maintainer Submitted by: me
Notes
Notes: svn path=/head/; revision=234262
Diffstat (limited to 'www/mod_auth_openid/Makefile')
-rw-r--r--www/mod_auth_openid/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile
index 57f938d0cdef..fc3d96b96488 100644
--- a/www/mod_auth_openid/Makefile
+++ b/www/mod_auth_openid/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mod_auth_openid
-PORTVERSION= 0.3
-PORTREVISION= 1
+PORTVERSION= 0.4
CATEGORIES= www
MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/
@@ -18,6 +17,8 @@ BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr
LIB_DEPENDS= opkele:${PORTSDIR}/devel/libopkele \
sqlite3:${PORTSDIR}/databases/sqlite34
+MAKE_JOBS_SAFE= yes
+
PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so
USE_APACHE= 2.0+
@@ -25,7 +26,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pcre=${LOCALBASE}
-CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include -I/usr/include/openssl
.include <bsd.port.pre.mk>