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 | |
parent | 8885e5036ac768c2306138e13700142455e1654a (diff) | |
download | ports-14c8d74534f6aad474f1f70c8bd4cb3bf98682c9.tar.gz ports-14c8d74534f6aad474f1f70c8bd4cb3bf98682c9.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Z3950-SimpleServer/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 2 | ||||
-rw-r--r-- | net/yaz++/Makefile | 3 | ||||
-rw-r--r-- | net/yaz++/pkg-comment | 1 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-Z3950-SimpleServer/Makefile b/net/p5-Net-Z3950-SimpleServer/Makefile index 4adbeac56322..8a68067d761b 100644 --- a/net/p5-Net-Z3950-SimpleServer/Makefile +++ b/net/p5-Net-Z3950-SimpleServer/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz +LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz PERL_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} 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 diff --git a/net/yaz++/Makefile b/net/yaz++/Makefile index e05ecdfbc07c..a1ba33f42601 100644 --- a/net/yaz++/Makefile +++ b/net/yaz++/Makefile @@ -11,8 +11,9 @@ CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz++/ MAINTAINER= demon@FreeBSD.org +COMMENT= A C++ programmer's toolkit for the development of Z39.50v3 clients and servers -LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz +LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shared --with-yazconfig=${LOCALBASE}/bin diff --git a/net/yaz++/pkg-comment b/net/yaz++/pkg-comment deleted file mode 100644 index 6f77a49ccb5c..000000000000 --- a/net/yaz++/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ programmer's toolkit for the development of Z39.50v3 clients and servers |