aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-ReadWrite
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-01-31 20:23:25 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-01-31 20:23:25 +0000
commitf02c7229d52d7886cd170bb6f39f794556cb8b5d (patch)
tree5bc57b389e51ca7c765ad403328baf6e81fd46c2 /graphics/p5-Graph-ReadWrite
parentf8539778026c21c83919159adb358ab7ca41aec2 (diff)
downloadports-f02c7229d52d7886cd170bb6f39f794556cb8b5d.tar.gz
ports-f02c7229d52d7886cd170bb6f39f794556cb8b5d.zip
Fix dependency
Submitted by: tobez
Notes
Notes: svn path=/head/; revision=127800
Diffstat (limited to 'graphics/p5-Graph-ReadWrite')
-rw-r--r--graphics/p5-Graph-ReadWrite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile
index c6163fd17285..6f48643216c8 100644
--- a/graphics/p5-Graph-ReadWrite/Makefile
+++ b/graphics/p5-Graph-ReadWrite/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= arved@FreeBSD.org
COMMENT= Reading and Writing a variety of graph file formats
-BUILD_DEPENDS= ${SITE_PERL}/Graph/Base.pm:${PORTSDIR}/math/p5-Graph \
+BUILD_DEPENDS= ${SITE_PERL}/Graph.pm:${PORTSDIR}/math/p5-Graph \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer
RUN_DEPENDS= ${BUILD_DEPENDS}