mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
A lot of changes: * Merge some options with the port because they aren't project options any more * Enable JACK and PULSEAUDIO by default * Install additonal executables required for the package to run * Remove the bundled vamp-plugin-sdk directory because the port dependency is used * Cleanly remove all internal links with vamp-plugin-sdk, not rebuilding it many times any more * Change WWW to the https URL PR: 236000 Submitted by: kunda <chitty_cloud@me.com> (preliminary patch version 3.2.1) Approved by: uddka@student.kit.edu (maintainer timeout; 1 year and 50 days)
10 lines
252 B
Prolog
10 lines
252 B
Prolog
--- sv.pro.orig 2019-12-10 09:29:11 UTC
|
|
+++ sv.pro
|
|
@@ -15,6 +15,7 @@ QT += network xml gui widgets svg
|
|
|
|
TARGET = "Sonic Visualiser"
|
|
linux*:TARGET = sonic-visualiser
|
|
+freebsd*:TARGET = sonic-visualiser
|
|
solaris*:TARGET = sonic-visualiser
|
|
|
|
!win32 {
|