aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-01-13 10:30:24 +0800
committerwen <wen@FreeBSD.org>2011-01-13 10:30:24 +0800
commitd39776f09dab553b4945ac29726e93e9b77b8bc4 (patch)
tree27a73c5ff9971d73b1e461ee3cc5a7fda889d0df /textproc
parent9b080eb8005a44a894cd28ba1329368652e2d91d (diff)
downloadfreebsd-ports-gnome-d39776f09dab553b4945ac29726e93e9b77b8bc4.tar.gz
freebsd-ports-gnome-d39776f09dab553b4945ac29726e93e9b77b8bc4.tar.zst
freebsd-ports-gnome-d39776f09dab553b4945ac29726e93e9b77b8bc4.zip
- Add missing RUN_DEPENDS
PR: ports/153917 Submitted by: Markus Hoenicka <markus.hoenicka@mhoenicka.de> Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-MARC-Charset/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-MARC-Charset/Makefile b/textproc/p5-MARC-Charset/Makefile
index 9fc9b01db68a..c98de4071259 100644
--- a/textproc/p5-MARC-Charset/Makefile
+++ b/textproc/p5-MARC-Charset/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MARC-Charset
PORTVERSION= 1.31
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +16,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Convert MARC-8 encoded strings to UTF-8
RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
- p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
+ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-GDBM>0:${PORTSDIR}/databases/p5-GDBM
PERL_CONFIGURE= yes