diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-03 01:21:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-03 01:21:31 +0800 |
commit | 7e9d7b9251fd6a2615417a51cd1d8c33e17f98a1 (patch) | |
tree | 19a1704f548b1bfa1ab91550f297db063b91f95c /www | |
parent | a9b58ff6af1e7d9ed9bb0509568f041149481495 (diff) | |
download | freebsd-ports-gnome-7e9d7b9251fd6a2615417a51cd1d8c33e17f98a1.tar.gz freebsd-ports-gnome-7e9d7b9251fd6a2615417a51cd1d8c33e17f98a1.tar.zst freebsd-ports-gnome-7e9d7b9251fd6a2615417a51cd1d8c33e17f98a1.zip |
Add USES=libtool
Diffstat (limited to 'www')
-rw-r--r-- | www/udmsearch/Makefile | 4 | ||||
-rw-r--r-- | www/udmsearch/pkg-plist | 1 |
2 files changed, 2 insertions, 3 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} diff --git a/www/udmsearch/pkg-plist b/www/udmsearch/pkg-plist index e7b166677bfa..5c9bfacad34b 100644 --- a/www/udmsearch/pkg-plist +++ b/www/udmsearch/pkg-plist @@ -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 |