1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add missing BUILD_DEPEND when WITH_SOLR is enabled

PR:		ports/168831
Submitted by:	Masaaki Nishimura <masaaki@netaid.or.jp>
Approved by:	maintainer timeout
This commit is contained in:
Ryan Steinmetz 2012-07-02 19:27:03 +00:00
parent 49ef64df6f
commit 6acb3856f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300393

View File

@ -163,6 +163,7 @@ PLIST_SUB+= SQL="@comment "
.if defined(WITH_SOLR) && !defined(WITHOUT_SOLR)
CONFIGURE_ARGS+=--with-solr
LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2
BUILD_DEPENDS+= curl:${PORTSDIR}/ftp/curl
PLIST_SUB+= WITHSOLR=""
SUB_LIST+= WITHSOLR=""
.else