From 7566132f3c9f1f14facd8ea912b1eaa18ae2ccf7 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 31 Jan 2005 20:23:25 +0000 Subject: Fix dependency Submitted by: tobez --- graphics/p5-Graph-ReadWrite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/p5-Graph-ReadWrite') diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index c6163fd1728..6f48643216c 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} -- cgit