- Rewrite COMMENT and pkg-descr - Move pkg-message into files/ directory - Adjust dependencies (reported by QA script) - Replace CPPFLAGS and LDFLAGS by USES= localbase - Remove TOOLKITS option (delete all reference to QT5) and DBUS (mandatory now) - Re-generate patches (with 'make makepatch') Add multimedia/audacious-gtk3 port
11 lines
231 B
Text
11 lines
231 B
Text
--- Makefile.orig 2016-08-24 14:50:57 UTC
|
|
+++ Makefile
|
|
@@ -14,6 +14,8 @@ DATA = AUTHORS \
|
|
images/playlist.png \
|
|
images/plugins.png
|
|
|
|
+CONTRIB = contrib/audacious.appdata.xml
|
|
+
|
|
include buildsys.mk
|
|
|
|
install-extra:
|