diff options
Diffstat (limited to 'textproc/yelp-xsl/Makefile')
-rw-r--r-- | textproc/yelp-xsl/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile index 90f26c4d03c6..77c5541ccbb1 100644 --- a/textproc/yelp-xsl/Makefile +++ b/textproc/yelp-xsl/Makefile @@ -1,5 +1,5 @@ PORTNAME= yelp-xsl -DISTVERSION= 42.1 +DISTVERSION= 42.4 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -8,15 +8,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= DocBook XSLT stylesheets for yelp WWW= https://gitlab.gnome.org/GNOME/yelp-xsl -LICENSE= LGPL21+ -LICENSE_FILE= ${WRKSRC}/COPYING.LGPL +LICENSE= GPLv2+ LGPL21+ MIT +LICENSE_COMB= multi -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + bash:shells/bash -USES= gettext gmake gnome localbase pathfix \ - pkgconfig tar:xz +USES= gettext gnome localbase meson pkgconfig shebangfix \ + tar:xz USE_GNOME= libxml2 libxslt -GNU_CONFIGURE= yes +SHEBANG_FILES= xslt/common/domains/gen_yelp_xml.sh NO_ARCH= yes .include <bsd.port.mk> |