Add USES=libtool
This commit is contained in:
parent
7b5f87ca2c
commit
636aaf2f84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367054
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= udmsearch
|
||||
PORTVERSION= 3.1.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www databases
|
||||
MASTER_SITES= http://www.mnogosearch.org/Download/ \
|
||||
http://udmsearch.real-time.com/Download/
|
||||
@ -18,6 +18,7 @@ CONFIGURE_ARGS= --enable-charset-guesser \
|
||||
--enable-freebsd-pthreads \
|
||||
--sysconfdir=${PREFIX}/etc/udmsearch \
|
||||
--localstatedir=/var/udmsearch
|
||||
USES= libtool
|
||||
|
||||
OPTIONS_DEFINE= MSQL MYSQL PGSQL DOCS
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
@ -32,7 +33,6 @@ PGSQL_CONFIGURE_ON+= --with-pgsql=${LOCALBASE}/pgsql
|
||||
PORTDOCS= *
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
@ -82,7 +82,6 @@ include/udm_utils.h
|
||||
include/udm_xmalloc.h
|
||||
include/udmsearch.h
|
||||
lib/libudmsearch.a
|
||||
lib/libudmsearch.la
|
||||
sbin/indexer
|
||||
sbin/splitter
|
||||
man/man1/indexer.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user