summaryrefslogtreecommitdiff
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:21:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:21:59 +0000
commitbe30de7c6fad4a0c6309a2e001b1ef5b6bdea89c (patch)
tree570ec3dc64131838f0a8d9eadede649123a7b084 /www/mnogosearch
parentUpdate to 0.11, though it's still BROKEN as it cannout find pqeasy.2 on (diff)
fix www/mnogosearch to adhere to ${APACHE_PORT}
PR: ports/46714 Submitted by: Erwin Lansing <erwin@lansing.dk> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=90340
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/Makefile7
1 files changed, 5 insertions, 2 deletions
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