diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-28 11:40:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-28 11:40:59 +0000 |
commit | 14c8d74534f6aad474f1f70c8bd4cb3bf98682c9 (patch) | |
tree | ede64871bdbed4636e701bee9ffa91e3dc032439 /net/p5-Net-Z3950 | |
parent | 8885e5036ac768c2306138e13700142455e1654a (diff) | |
download | ports-14c8d74534f6aad474f1f70c8bd4cb3bf98682c9.tar.gz ports-14c8d74534f6aad474f1f70c8bd4cb3bf98682c9.zip |
Notes
Diffstat (limited to 'net/p5-Net-Z3950')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile index c23fa35468b8..561b9ed9bb1b 100644 --- a/net/p5-Net-Z3950/Makefile +++ b/net/p5-Net-Z3950/Makefile @@ -15,7 +15,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A perl interface to the Z39.50 information retrieval protocol BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event -LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz +LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MARC.pm:${PORTSDIR}/textproc/p5-MARC \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event |