summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2025-06-17 21:49:17 +0200
committerOliver Lehmann <oliver@FreeBSD.org>2025-06-17 21:49:17 +0200
commitad0be2c3296dd44dc216b0ddfc3ea50b0671e656 (patch)
tree27ab00ae7e510fb9f664c46661a2fb29b74824e6
parentdevel/libzvbi: replace USE_AUTOTOOLS with USES=autoreconf (diff)
devel/libzvbi: fix USES
Reported by: diizzy@FreeBSD.org
-rw-r--r--devel/libzvbi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile
index 6845c29869f3..3be7ff6d9a0f 100644
--- a/devel/libzvbi/Makefile
+++ b/devel/libzvbi/Makefile
@@ -12,7 +12,7 @@ LICENSE= GPLv2+
LIB_DEPENDS+= libpng.so:graphics/png \
libunicode.so:devel/libunicode
-USES= iconv libtool localbase pathfix tar:bzip2 autoreconf gettext autoreconf
+USES= autoreconf gettext iconv libtool localbase pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-doxygen
INSTALL_TARGET= install-strip