diff options
author | demon <demon@FreeBSD.org> | 2007-05-03 16:47:41 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2007-05-03 16:47:41 +0800 |
commit | 836c22ee88085b438baa445b90d0a50bfb0af10e (patch) | |
tree | 3b9c2b01d9c75238c25980682489b1635f204e7a /net/p5-Net-Z3950-ZOOM | |
parent | 3ef199068223c60243d47c968443e7e5a63a4170 (diff) | |
download | freebsd-ports-gnome-836c22ee88085b438baa445b90d0a50bfb0af10e.tar.gz freebsd-ports-gnome-836c22ee88085b438baa445b90d0a50bfb0af10e.tar.zst freebsd-ports-gnome-836c22ee88085b438baa445b90d0a50bfb0af10e.zip |
Add missing dependencies.
Diffstat (limited to 'net/p5-Net-Z3950-ZOOM')
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile index 9635e1a303bb..7a411eb11fc8 100644 --- a/net/p5-Net-Z3950-ZOOM/Makefile +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -16,6 +16,8 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A perl interface to the Z39.50 Object-Orientation Model (ZOOM) LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz +BUILD_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record +RUN_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record PERL_CONFIGURE= yes |