aboutsummaryrefslogtreecommitdiff
path: root/textproc/sary
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-10-18 14:53:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-10-18 14:53:27 +0000
commit432905f4493674645dc05fe2bf84b6d1a34e054e (patch)
tree1f9f06ac24b618dc2854f1afc772421ef628b961 /textproc/sary
parent3ec322869157a68c2ea4eaf04613c4ff0547ccc2 (diff)
downloadports-432905f4493674645dc05fe2bf84b6d1a34e054e.tar.gz
ports-432905f4493674645dc05fe2bf84b6d1a34e054e.zip
Unbreak by depending on glib 2.0 instead of 1.2.
Improve autotools handling. Submitted by: Gen Otsuji <gen_otsuji@yahoo.co.jp>
Notes
Notes: svn path=/head/; revision=91581
Diffstat (limited to 'textproc/sary')
-rw-r--r--textproc/sary/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile
index 7c202072170c..50b07ce7c482 100644
--- a/textproc/sary/Makefile
+++ b/textproc/sary/Makefile
@@ -13,20 +13,19 @@ MASTER_SITES= http://prime.sourceforge.jp/freebsd/
MAINTAINER= knu@FreeBSD.org
COMMENT= A suffix array library and tools, which provide fast full-text search
-USE_GNOME= glib12 gnomehack
+USE_GNOME= glib20 gnomehack
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS= -a
USE_LIBTOOL= yes
-LIBTOOLFILES=
INSTALLS_SHLIB= yes
MAN1= sary.1 mksary.1
pre-configure:
- @cd ${WRKSRC} && ${ACLOCAL} && ${LIBTOOLIZE} && ${AUTOHEADER}
+ cd ${WRKSRC} && ${LIBTOOLIZE} && ${AUTOHEADER}
post-patch:
.if !defined(NOPORTDOCS)
@@ -34,6 +33,8 @@ post-patch:
${XARGS} ${REINPLACE_CMD} \
-e 's,^docsdir = .*,docsdir = \$$(datadir)/doc/sary,'
.endif
+ @cd ${WRKSRC} && ${ACLOCAL}
+ ${REINPLACE_CMD} -e 's,--no-verify,,' ${WRKSRC}/aclocal.m4
post-install:
.if !defined(NOPORTDOCS)