diff options
-rw-r--r-- | archivers/rpm4/Makefile | 3 | ||||
-rw-r--r-- | archivers/rpm5/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 52149309d9d0..3ea7ed492fa3 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -17,9 +17,6 @@ COMMENT= The RPM Package Manager LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ popt.0:${PORTSDIR}/devel/popt BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif .if !defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen .endif diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 52149309d9d0..3ea7ed492fa3 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -17,9 +17,6 @@ COMMENT= The RPM Package Manager LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ popt.0:${PORTSDIR}/devel/popt BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif .if !defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen .endif |