diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-17 20:10:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-17 20:10:00 +0800 |
commit | 62e62ef3cedc39f12a6284cc4ce8ff9e80297661 (patch) | |
tree | 3a84739843de608dd069d7dc447887fd1f4d6379 /archivers | |
parent | 182ddd0447e43690612b4bd5dbccdaeada85a67b (diff) | |
download | freebsd-ports-gnome-62e62ef3cedc39f12a6284cc4ce8ff9e80297661.tar.gz freebsd-ports-gnome-62e62ef3cedc39f12a6284cc4ce8ff9e80297661.tar.zst freebsd-ports-gnome-62e62ef3cedc39f12a6284cc4ce8ff9e80297661.zip |
- Add BUILD_DEPENDS
PR: ports/159818
Submitted by: swills
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-IO-Compress/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile index e26b8c0bdcfd..5271d97c0678 100644 --- a/archivers/p5-IO-Compress/Makefile +++ b/archivers/p5-IO-Compress/Makefile @@ -18,6 +18,8 @@ COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip) LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib RUN_DEPENDS= p5-Compress-Raw-Bzip2>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ p5-Compress-Raw-Zlib>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib |