diff audio/jack2/jack2.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 0d9490a65130
children ddab65a5b3f5
line wrap: on
line diff
--- a/audio/jack2/jack2.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/audio/jack2/jack2.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -39,42 +39,42 @@
 : ${SNDFILE:=yes}
 
 if [ "$ALSA" = "yes" ]; then
-	PKGDEPENDS="audio/alsa-lib $PKGDEPENDS"
+	PKGDEPENDS="alsa-lib $PKGDEPENDS"
 	with_alsa="--alsa=yes"
 else
 	with_alsa="--alsa=no"
 fi
 
 if [ "$DBUS" = "yes" ]; then
-	PKGDEPENDS="network/dbus $PKGDEPENDS"
+	PKGDEPENDS="dbus $PKGDEPENDS"
 	with_dbus="--dbus"
 else
 	with_dbus="--dbus"
 fi
 
 if [ "$OPUS" = "yes" ]; then
-	PKGDEPENDS="audio/opus $PKGDEPENDS"
+	PKGDEPENDS="opus $PKGDEPENDS"
 	with_opus="--opus=yes"
 else
 	with_opus="--opus=no"
 fi
 
 if [ "$DOXYGEN" = "yes" ]; then
-	PKGDEPENDS="dev/doxygen:build $PKGDEPENDS"
+	PKGDEPENDS="doxygen:build $PKGDEPENDS"
 	with_doxygen="--doxygen=yes"
 else
 	with_doxygen="--doxygen=no"
 fi
 
 if [ "$READLINE" = "yes" ]; then
-	PKGDEPENDS="lib/readline $PKGDEPENDS"
+	PKGDEPENDS="readline $PKGDEPENDS"
 	with_readline="--readline=yes"
 else
 	with_readline="--readline=no"
 fi
 
 if [ "$SNDFILE" = "yes" ]; then
-	PKGDEPENDS="audio/libsndfile $PKGDEPENDS"
+	PKGDEPENDS="libsndfile $PKGDEPENDS"
 	with_sndfile="--sndfile=yes"
 else
 	with_sndfile="--sndfile=no"