diff graphics/wayland/wayland.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 2a99d51e3ad3
children ddab65a5b3f5
line wrap: on
line diff
--- a/graphics/wayland/wayland.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/graphics/wayland/wayland.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="MIT"
 PKGSUMMARY="displayer server protocol"
 PKGDOWNLOAD="https://wayland.freedesktop.org/releases/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="lib/expat"
+PKGDEPENDS="expat"
 PKGOPTIONS="DTD DOCS"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -34,14 +34,14 @@
 : ${DOCS:=yes}
 
 if [ "$DTD" = "yes" ]; then
-	PKGDEPENDS="text/libxml2 $PKGDEPENDS"
+	PKGDEPENDS="libxml2 $PKGDEPENDS"
 	with_dtd="--enable-dtd-validation"
 else
 	with_dtd="--disable-dtd-validation"
 fi
 
 if [ "$DOCS" = "yes" ]; then
-	PKGDEPENDS="graphics/graphviz:build dev/doxygen:build text/xmlto:build $PKGDEPENDS"
+	PKGDEPENDS="graphviz:build doxygen:build xmlto:build $PKGDEPENDS"
 	with_docs="--enable-documentation"
 else
 	with_docs="--disable-documentation"