diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 10:09:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 10:09:46 +0800 |
commit | 34a1e32fa1e78765887d3c28d129efa2a63ee486 (patch) | |
tree | bd13ab571d9de049a224e73290421c067d927c77 /textproc | |
parent | 6b38d3e71e0edb8aef6964894af28d70faf8c55e (diff) | |
download | freebsd-ports-gnome-34a1e32fa1e78765887d3c28d129efa2a63ee486.tar.gz freebsd-ports-gnome-34a1e32fa1e78765887d3c28d129efa2a63ee486.tar.zst freebsd-ports-gnome-34a1e32fa1e78765887d3c28d129efa2a63ee486.zip |
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/refdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile index 5daf4b0779e8..1f3dd9f349ac 100644 --- a/textproc/refdb/Makefile +++ b/textproc/refdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= refdb PORTVERSION= 0.9.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 |