From e859422996775f4b81fb1215d8809976bc45843a Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 4 Mar 2014 21:06:03 +0000 Subject: Chase libdbi update. Convert postfix-gps and refdb to new LIB_DEPENDS format. Reported by: Jimmy Olgeni --- textproc/refdb/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc/refdb') 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 -- cgit