diff options
author | ahze <ahze@FreeBSD.org> | 2005-01-08 18:22:05 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-01-08 18:22:05 +0800 |
commit | a442977f4e66fe6157500149dff5e2aff5c9d46e (patch) | |
tree | 2417af4d8cda7560562bfa31023c6b934622711f /textproc | |
parent | c4406cf75212837a915ef02db9ec6fb60ff6eff8 (diff) | |
download | freebsd-ports-gnome-a442977f4e66fe6157500149dff5e2aff5c9d46e.tar.gz freebsd-ports-gnome-a442977f4e66fe6157500149dff5e2aff5c9d46e.tar.zst freebsd-ports-gnome-a442977f4e66fe6157500149dff5e2aff5c9d46e.zip |
Chase shlib version in qdbm
Diffstat (limited to 'textproc')
-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 f2e834d507b6..cfc158cf6016 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -7,7 +7,7 @@ PORTNAME= estraier PORTVERSION= 1.2.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= A full-text search system for personal use -LIB_DEPENDS= qdbm.4:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.6:${PORTSDIR}/databases/qdbm USE_ICONV= yes |