diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 01:21:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 01:21:59 +0000 |
commit | be30de7c6fad4a0c6309a2e001b1ef5b6bdea89c (patch) | |
tree | 570ec3dc64131838f0a8d9eadede649123a7b084 /www/mnogosearch31 | |
parent | 46705a3ec311d8e70f2e411e36880a746a0cdeae (diff) | |
download | ports-be30de7c6fad4a0c6309a2e001b1ef5b6bdea89c.tar.gz ports-be30de7c6fad4a0c6309a2e001b1ef5b6bdea89c.zip |
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/mnogosearch31')
-rw-r--r-- | www/mnogosearch31/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |