aboutsummaryrefslogtreecommitdiff
path: root/textproc/refdb
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-03-04 21:06:03 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-03-04 21:06:03 +0000
commit8c9c9cd13110db5124c3cbbd13fd7918f62dab44 (patch)
treec9464a89b15d700ea96fd1eb9f357c0e441a291d /textproc/refdb
parent820b78f3cd4e3ee15a283d542ebfba1e74d2ece2 (diff)
downloadports-8c9c9cd13110db5124c3cbbd13fd7918f62dab44.tar.gz
ports-8c9c9cd13110db5124c3cbbd13fd7918f62dab44.zip
Chase libdbi update.
Convert postfix-gps and refdb to new LIB_DEPENDS format. Reported by: Jimmy Olgeni <olgeni@olgeni.com>
Notes
Notes: svn path=/head/; revision=347073
Diffstat (limited to 'textproc/refdb')
-rw-r--r--textproc/refdb/Makefile8
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