diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-05 05:06:03 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-05 05:06:03 +0800 |
commit | e859422996775f4b81fb1215d8809976bc45843a (patch) | |
tree | c9464a89b15d700ea96fd1eb9f357c0e441a291d /textproc/refdb | |
parent | 9b0642e481bba56d5f82384fe2bc42385bbe22ee (diff) | |
download | freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.tar.gz freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.tar.zst freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.zip |
Chase libdbi update.
Convert postfix-gps and refdb to new LIB_DEPENDS format.
Reported by: Jimmy Olgeni <olgeni@olgeni.com>
Diffstat (limited to 'textproc/refdb')
-rw-r--r-- | textproc/refdb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile index b46f3314eea4..6ab8629d5cd1 100644 --- a/textproc/refdb/Makefile +++ b/textproc/refdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= refdb PORTVERSION= 0.9.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= clsung@FreeBSD.org COMMENT= Bibliographic reference database -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - btparse.0:${PORTSDIR}/textproc/btparse \ - dbi.1:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ + libbtparse.so:${PORTSDIR}/textproc/btparse \ + libdbi.so:${PORTSDIR}/databases/libdbi USES= gmake iconv perl5 HAS_CONFIGURE= yes |