diff options
Diffstat (limited to 'textproc/hyperestraier/Makefile')
-rw-r--r-- | textproc/hyperestraier/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 94b91db22e59..3ea50b63f3ab 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -6,7 +6,7 @@ # $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.1 2006/03/04 21:43:08 ahze Exp $ PORTNAME= hyperestraier -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= A full-text search system -BUILD_DEPENDS= qdbm>=1.8.35:${PORTSDIR}/databases/qdbm +BUILD_DEPENDS= qdbm>=1.8.47:${PORTSDIR}/databases/qdbm LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm USE_ICONV= yes @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAN1= estcall.1 estcmd.1 estconfig.1 estmaster.1 +MAN1= estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1 MAN3= estnode.3 estraier.3 post-patch: |