diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /textproc/xaira | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'textproc/xaira')
-rw-r--r-- | textproc/xaira/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xaira/Makefile b/textproc/xaira/Makefile index 190ef6a065e3..3cc122e598dc 100644 --- a/textproc/xaira/Makefile +++ b/textproc/xaira/Makefile @@ -7,6 +7,7 @@ PORTNAME= xaira PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -15,10 +16,9 @@ COMMENT= XML Aware Indexing and Retrieval Architecture LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c2 \ icuio:${PORTSDIR}/devel/icu -BUILD_DEPENDS= ${LIBTOOL}:${PORTSDIR}/devel/libtool15 GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:19 autoconf:259 libtool:15 +USE_AUTOTOOLS= aclocal:19 autoconf:261 libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes |