diff options
author | arved <arved@FreeBSD.org> | 2005-01-31 20:23:25 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-01-31 20:23:25 +0000 |
commit | 7566132f3c9f1f14facd8ea912b1eaa18ae2ccf7 (patch) | |
tree | c6bd6a9efba8e08d7dcba91cf44c892cd620a639 /graphics | |
parent | 8719c1fb4daaf8eccbda82aa9c422c17348b2ee1 (diff) | |
download | FreeBSD-ports-7566132f3c9f1f14facd8ea912b1eaa18ae2ccf7.zip FreeBSD-ports-7566132f3c9f1f14facd8ea912b1eaa18ae2ccf7.tar.gz |
Fix dependency
Submitted by: tobez
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Graph-ReadWrite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index c6163fd..6f48643 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} |