diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-01-19 17:27:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-01-19 17:27:22 +0800 |
commit | 22aa0bff28f6960170f0cbb9c40b18971230001f (patch) | |
tree | b8b48cffd61614bc8f9cd0051edbb82fdf18e420 /archivers | |
parent | 47dd89136090d1844abe8c3936b9fc5ebd052864 (diff) | |
download | freebsd-ports-gnome-22aa0bff28f6960170f0cbb9c40b18971230001f.tar.gz freebsd-ports-gnome-22aa0bff28f6960170f0cbb9c40b18971230001f.tar.zst freebsd-ports-gnome-22aa0bff28f6960170f0cbb9c40b18971230001f.zip |
- Remove LIB_DEPENDS: Compress::Snappy uses bundle snappy library
- Bump PORTREVISION for dependency change
Submitted by: vanilla
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Snappy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/p5-Compress-Snappy/Makefile b/archivers/p5-Compress-Snappy/Makefile index a065a2702f7d..47ed420aa4ce 100644 --- a/archivers/p5-Compress-Snappy/Makefile +++ b/archivers/p5-Compress-Snappy/Makefile @@ -3,6 +3,7 @@ PORTNAME= Compress-Snappy PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +14,6 @@ COMMENT= Perl interface to Google Snappy (de)compressor LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy - USE_PERL5= configure USES= perl5 |