diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2022-01-01 13:29:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2022-01-01 13:29:50 +0000 |
commit | 3ce791914c525c3027d24fa7ba6ed7c7b948e95d (patch) | |
tree | 87df3e45c0ef0d409efbe729fe00d1fb5dd38865 | |
parent | 30912390ecb1d529735c0364eff48ecfdf102511 (diff) | |
download | ports-3ce791914c525c3027d24fa7ba6ed7c7b948e95d.tar.gz ports-3ce791914c525c3027d24fa7ba6ed7c7b948e95d.zip |
misc/qt5-doc: don't depend on p7zip
Dependency on p7zip was a workaround, not needed anymore.
-rw-r--r-- | misc/qt5-doc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/qt5-doc/Makefile b/misc/qt5-doc/Makefile index db0323514f54..a3ec0516fb5a 100644 --- a/misc/qt5-doc/Makefile +++ b/misc/qt5-doc/Makefile @@ -20,11 +20,7 @@ COMMENT= Qt 5 documentation WRKSRC= ${WRKDIR}/Docs/Qt-${QT5_VERSION} -# bsdtar(1) from 10.3 and earlier cannot read the distfile correctly: -# tar: Damaged 7-Zip archive -# Depend on p7zip across all versions because Uses/7z.mk does not work if -# included after bsd.port.pre.mk. -USES= 7z:p7zip qt:5 +USES= 7z qt:5 USE_QT= # we just need access to QT5_VERSION and other variables. DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr |