diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-22 14:11:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-22 14:11:19 +0800 |
commit | 9fda8d46d4325e9c08c72e82e2d6543b58c0c788 (patch) | |
tree | 3b2f80924b9a3ee7bb2b868f8cb7de05a808516b /archivers | |
parent | 1a44333c2850bc2ad584cc5781145853c091ffce (diff) | |
download | freebsd-ports-gnome-9fda8d46d4325e9c08c72e82e2d6543b58c0c788.tar.gz freebsd-ports-gnome-9fda8d46d4325e9c08c72e82e2d6543b58c0c788.tar.zst freebsd-ports-gnome-9fda8d46d4325e9c08c72e82e2d6543b58c0c788.zip |
- Add BUILD_DEPENDS
PR: ports/159884
Submitted by: swills
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-IO-Compress-Lzop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/p5-IO-Compress-Lzop/Makefile b/archivers/p5-IO-Compress-Lzop/Makefile index d8925e316117..ab4b512d7df4 100644 --- a/archivers/p5-IO-Compress-Lzop/Makefile +++ b/archivers/p5-IO-Compress-Lzop/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write lzop files/buffers +BUILD_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \ + p5-IO-Compress>=2.037:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \ p5-IO-Compress>=2.037:${PORTSDIR}/archivers/p5-IO-Compress |