From b5125ecf69f51ca8903ff6ee12fd9711055d69d2 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 6 Oct 2003 01:21:59 +0000 Subject: fix www/mnogosearch to adhere to ${APACHE_PORT} PR: ports/46714 Submitted by: Erwin Lansing Approved by: maintainer timeout --- www/mnogosearch/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/mnogosearch') diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index ea2347184c8b..de71f929c8f1 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -14,6 +14,11 @@ MASTER_SITES= http://www.mnogosearch.org/Download/ MAINTAINER= ache@FreeBSD.org COMMENT= Full featured SQL-based hypertext search engine +RUN_DEPENDS+= ${APXS}:${APACHE_PORT} + +APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 + MAN1= indexer.1 MAN5= indexer.conf.5 @@ -31,8 +36,6 @@ CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" .endif -RUN_DEPENDS+= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13 - .if !defined(NO_OPENSSL) && !defined(WITHOUT_MNOGO_SSL) USE_OPENSSL= yes .endif -- cgit