diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
commit | b460bd6543b45fb8b8b8d85d781e3ddbfe80bf61 (patch) | |
tree | b21bb163612ada27b794145017e435f07958d801 /archivers/rpm/Makefile | |
parent | 08971ff8e26db5201814efe67f53cd9d7bd86f08 (diff) |
Notes
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r-- | archivers/rpm/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index b4ca34d6b339..588127042b2f 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -15,9 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Red Hat Package Manager LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif CONFLICTS= rpm-4.* |