From ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a Mon Sep 17 00:00:00 2001 From: ohauer Date: Tue, 4 Sep 2012 22:27:55 +0000 Subject: - unbreak build since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/ with hat apache@ --- net/prosearch/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'net') diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index 72d72fcf0a29..77c63a73b526 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: prosearch -# Date created: 20 May 2006 -# Whom: Oleg Alexeenkov -# # $FreeBSD$ -# PORTNAME= prosearch PORTVERSION= 0.19.2 @@ -69,7 +64,7 @@ RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync .endif .if defined(WITH_APACHE) -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if defined(WITH_NGINX) -- cgit