diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-05 20:07:54 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-05 20:17:25 +0000 |
commit | 4a1a993ec3f29e86320f88ea65265d25d2196eb1 (patch) | |
tree | 297f8f8f80f548a4f2f4f6a66d9db1cad805b648 | |
parent | 943df23275b34c92ca988a31c77727008c9fa27e (diff) | |
download | ports-4a1a993ec3f29e86320f88ea65265d25d2196eb1.tar.gz ports-4a1a993ec3f29e86320f88ea65265d25d2196eb1.zip |
sysutils/osinfo-db-tools: Switch to DISTVERSION and adjust dependencies
* Switch to DISTVERSION
* Remove unused dependencies (gmake and libxslt)
PR: 282508
Reviewed by: novel (maintainer)
-rw-r--r-- | sysutils/osinfo-db-tools/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/osinfo-db-tools/Makefile b/sysutils/osinfo-db-tools/Makefile index 91a47f8983b0..ff4947f36265 100644 --- a/sysutils/osinfo-db-tools/Makefile +++ b/sysutils/osinfo-db-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= osinfo-db-tools -PORTVERSION= 1.12.0 +DISTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://releases.pagure.org/libosinfo/ @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup -USES= gettext gmake gnome libarchive pkgconfig tar:xz meson -USE_GNOME= glib20 intltool libxml2 libxslt +USES= gettext gnome libarchive meson pkgconfig tar:xz +USE_GNOME= glib20 intltool libxml2 .include <bsd.port.mk> |