diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-06 22:08:52 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-06 22:08:52 +0800 |
commit | f3a063d8f96a0a867e169e754ef4c554670423d2 (patch) | |
tree | 7fffdb715c57b18d4cd53b5484d5872258b4fb3f /graphics | |
parent | 6ac23cea3b4c478b739aab465bad1eaa3fb78e62 (diff) | |
download | freebsd-ports-graphics-f3a063d8f96a0a867e169e754ef4c554670423d2.tar.gz freebsd-ports-graphics-f3a063d8f96a0a867e169e754ef4c554670423d2.tar.zst freebsd-ports-graphics-f3a063d8f96a0a867e169e754ef4c554670423d2.zip |
- Add missing dependency
Submitted by: chinsan (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Pngslimmer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Image-Pngslimmer/Makefile b/graphics/p5-Image-Pngslimmer/Makefile index 8247f73b0c5..a2714c883e9 100644 --- a/graphics/p5-Image-Pngslimmer/Makefile +++ b/graphics/p5-Image-Pngslimmer/Makefile @@ -16,7 +16,8 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= Slims (dynamically created) PNGs RUN_DEPENDS= p5-Compress-Zlib>=2.003:${PORTSDIR}/archivers/p5-Compress-Zlib \ - p5-Compress-Raw-Zlib>=2.003:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib + p5-Compress-Raw-Zlib>=2.003:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ + p5-Math-NumberCruncher>=0:${PORTSDIR}/math/p5-Math-NumberCruncher BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |