aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/mnogosearch/Makefile7
-rw-r--r--www/mnogosearch31/Makefile7
2 files changed, 10 insertions, 4 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
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile
index ea2347184c8b..de71f929c8f1 100644
--- a/www/mnogosearch31/Makefile
+++ b/www/mnogosearch31/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