diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 21:02:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 21:02:39 +0000 |
commit | 0b881b0ecebc9440a559f1c2b27758488a1188fa (patch) | |
tree | 933fd11da647dda8c169bc24693094174bdc0355 /security/shibboleth2-sp/Makefile | |
parent | 928d434bd206738b7213dd9b5802c680794a9b10 (diff) |
Notes
Diffstat (limited to 'security/shibboleth2-sp/Makefile')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 739d7d6e9a20..8d573b5b61a6 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: security/shibboleth2-sp -# Date created: 17 Sept2008 -# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> -# +# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu> # $FreeBSD$ -# PORTNAME= shibboleth-sp PORTVERSION= 2.4.3 @@ -16,7 +12,8 @@ COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache LIB_DEPENDS= saml.7:${PORTSDIR}/security/opensaml2 -OPTIONS= APACHE22 "Use Apache version 2.2 instead of version 2.0" on +OPTIONS_DEFINE= APACHE22 +APACHE22_DESC= Use Apache version 2.2 instead of version 2.0 MAKE_JOBS_SAFE= yes USE_GMAKE= yes @@ -30,7 +27,7 @@ LATEST_LINK= shibboleth2-sp .include <bsd.port.pre.mk> -.if defined(WITH_APACHE22) +.if ${PORT_OPTIONS:MAPACHE22} USE_APACHE= 22 CONFIGURE_ARGS= --enable-apache-22 --with-apxs22=${APXS} PLIST_SUB+= WITH_APACHE_22="" |