diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /textproc/sary | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Notes
Diffstat (limited to 'textproc/sary')
-rw-r--r-- | textproc/sary/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile index 7a8a70ac7900..c496153063c6 100644 --- a/textproc/sary/Makefile +++ b/textproc/sary/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Sary -# Date created: 8 October 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= sary PORTVERSION= 1.2.0 @@ -14,6 +10,7 @@ MASTER_SITES= http://sary.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= A suffix array library and tools, which provide fast full-text search +USES= pathfix USE_GNOME= glib20 gnomehack USE_PKGCONFIG= build USE_AUTOTOOLS= libtool |