mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fix www/mnogosearch to adhere to ${APACHE_PORT}
PR: ports/46714 Submitted by: Erwin Lansing <erwin@lansing.dk> Approved by: maintainer timeout
This commit is contained in:
parent
46705a3ec3
commit
be30de7c6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90340
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user