diff options
author | garga <garga@FreeBSD.org> | 2005-11-30 11:57:24 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-30 11:57:24 +0000 |
commit | d343d8ac2733b72cb3c530cb4a199afc779d9870 (patch) | |
tree | 5af1198ca8e7d35e56980d4821b3fb86d482a7f6 /net/librsync | |
parent | 92f4da58c5065c1d0a1ecee8bdc013a77ec6f00c (diff) | |
download | FreeBSD-ports-d343d8ac2733b72cb3c530cb4a199afc779d9870.zip FreeBSD-ports-d343d8ac2733b72cb3c530cb4a199afc779d9870.tar.gz |
- 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)
Diffstat (limited to 'net/librsync')
-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 4904505..11ea706 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 |