diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2025-06-17 21:49:17 +0200 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2025-06-17 21:49:17 +0200 |
commit | ad0be2c3296dd44dc216b0ddfc3ea50b0671e656 (patch) | |
tree | 27ab00ae7e510fb9f664c46661a2fb29b74824e6 | |
parent | devel/libzvbi: replace USE_AUTOTOOLS with USES=autoreconf (diff) |
devel/libzvbi: fix USES
Reported by: diizzy@FreeBSD.org
-rw-r--r-- | devel/libzvbi/Makefile | 2 |
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 |