From b7fc7ba65576d5ce387563c60b88276ba1418bc8 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sat, 22 Sep 2012 21:15:50 +0000 Subject: - USE_APACHE= s/22+/22/ - adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@ --- www/mod_gnutls/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'www/mod_gnutls/Makefile') diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index 201553b3c030..71c5b9679edd 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_gnutls -# Date created: 2011-01-19 -# Whom: Fumiyuki Shimizu -# +# Created by: Fumiyuki Shimizu # $FreeBSD$ -# PORTNAME= mod_gnutls PORTVERSION= 0.5.10 @@ -24,7 +20,7 @@ LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_PKGCONFIG= build -USE_APACHE= 22+ +USE_APACHE= 22 GNU_CONFIGURE= yes DOCS= LICENSE NEWS README README.ENV -- cgit v1.2.3