Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 12:19:40 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c75742551ec1 - main - textproc/yelp-xsl: fix dependencies
Message-ID:  <202404151219.43FCJePc083254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit c75742551ec11118c36b6007298a8f2f3d9cfe42
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-04-15 11:54:22 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-04-15 12:19:15 +0000

    textproc/yelp-xsl: fix dependencies
    
    Remove unnecessary dependencies, this packages just consists in a bunch
    of xsl files
---
 textproc/yelp-xsl/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile
index b378894c066b..8c95e84b5852 100644
--- a/textproc/yelp-xsl/Makefile
+++ b/textproc/yelp-xsl/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	yelp-xsl
 DISTVERSION=	42.0
+PORTREVISION=	1
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome
@@ -15,9 +16,7 @@ BUILD_DEPENDS=	itstool:textproc/itstool
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome localbase pathfix \
-		pkgconfig tar:xz
-USE_GNOME=	libxml2 libxslt
+USES=		pathfix tar:xz
 GNU_CONFIGURE=	yes
 NO_ARCH=	yes
 



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