diff options
Diffstat (limited to 'www/udmsearch/Makefile')
-rw-r--r-- | www/udmsearch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index d20bb516ecfd..0ae5e108048a 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -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} |