aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-09-15 12:22:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-09-16 14:09:37 +0000
commite9d95bdf1e0deda32f5f465109450984fb1323df (patch)
tree922b42da824dafded1afe0a1b36b934af8b6f305
parenta40237cea841433d9fd0a3a0171e8c3b29b2f1f8 (diff)
downloadports-e9d95bdf1e0deda32f5f465109450984fb1323df.tar.gz
ports-e9d95bdf1e0deda32f5f465109450984fb1323df.zip
misc/shared-mime-info: remove minixmlto dependency
xmlto is not needed since 2.2
-rw-r--r--misc/shared-mime-info/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile
index 6db1ae28b830..dc6b71cce015 100644
--- a/misc/shared-mime-info/Makefile
+++ b/misc/shared-mime-info/Makefile
@@ -10,8 +10,7 @@ WWW= https://www.freedesktop.org/wiki/Software/shared-mime-info/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= gmake:devel/gmake \
- minixmlto:textproc/minixmlto
+BUILD_DEPENDS= gmake:devel/gmake
USES= gettext gnome localbase meson pathfix pkgconfig python:build shebangfix \
tar:xz trigger
@@ -37,8 +36,6 @@ SHEBANG_FILES= ${WRKSRC}/tests/compare_iana.py \
MIMESUBDIRS= application audio image inode message model multipart \
packages text video x-epoc x-content font
-BINARY_ALIAS= xmlto=minixmlto
-
post-patch:
${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/src/xdgmime/src/xdgmime.c \