diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-11-30 11:57:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-11-30 11:57:24 +0000 |
commit | b040d886af4a4d1ea3b9b6335e9d2d0776e30d93 (patch) | |
tree | db2b6f378196539e4e3749d26bd922d9bc7667db /net | |
parent | - Update to 0.07. (diff) |
- Remove bzip2 from list of dependencies,
it has been part of base system since 4.4
PR: 88993
Submitted by: edwin
Approved by: maintainer timeout (16 days)
Notes
Notes:
svn path=/head/; revision=150028
Diffstat (limited to 'net')
-rw-r--r-- | net/librsync/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 4904505286fc..11ea70668286 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -17,9 +17,6 @@ MAINTAINER= steve@ion.lu COMMENT= Library for delta compression of streams LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif USE_REINPLACE= yes USE_GMAKE= yes |