Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2025 19:50:38 GMT
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad0be2c3296d - main - devel/libzvbi: fix USES
Message-ID:  <202506171950.55HJocAk006779@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by oliver:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad0be2c3296dd44dc216b0ddfc3ea50b0671e656

commit ad0be2c3296dd44dc216b0ddfc3ea50b0671e656
Author:     Oliver Lehmann <oliver@FreeBSD.org>
AuthorDate: 2025-06-17 19:49:17 +0000
Commit:     Oliver Lehmann <oliver@FreeBSD.org>
CommitDate: 2025-06-17 19:49:17 +0000

    devel/libzvbi: fix USES
    
    Reported by:    diizzy@FreeBSD.org
---
 devel/libzvbi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506171950.55HJocAk006779>