aboutsummaryrefslogtreecommitdiffstats
path: root/net/prosearch
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-09-05 06:27:55 +0800
committerohauer <ohauer@FreeBSD.org>2012-09-05 06:27:55 +0800
commitffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a (patch)
treed04edfd0a189102539fb6f8b0878a6ee664601a1 /net/prosearch
parent5fa94dfd0d946a3a8dfc7f3d51389fe94b63475b (diff)
downloadfreebsd-ports-gnome-ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a.tar.gz
freebsd-ports-gnome-ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a.tar.zst
freebsd-ports-gnome-ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a.zip
- unbreak build
since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/ with hat apache@
Diffstat (limited to 'net/prosearch')
-rw-r--r--net/prosearch/Makefile7
1 files changed, 1 insertions, 6 deletions
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 <proler@gmail.com>
-#
# $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)