diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-03 07:33:55 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-03 07:33:55 +0800 |
commit | ad470749ba7ed119424b6d9e25c487d7bf77338e (patch) | |
tree | af4615600d1ba10b4589b999956edd221c285e9f /textproc/estraier | |
parent | af77a5e7e46615b45930662acaa574b68c7ecb4b (diff) | |
download | freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.tar.gz freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.tar.zst freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.zip |
- Chase libver bump in qdbm
Diffstat (limited to 'textproc/estraier')
-rw-r--r-- | textproc/estraier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index 34df84678726..ba1f28f7a8a3 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -7,7 +7,7 @@ PORTNAME= estraier PORTVERSION= 1.2.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://estraier.sourceforge.net/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= A full-text search system for personal use -LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm USE_ICONV= yes |