aboutsummaryrefslogtreecommitdiff
path: root/audio/boodler/files
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-08 12:48:42 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-08 12:48:42 +0000
commitea2127140a033355c11314a56c614538605ef360 (patch)
tree7d8ba64afa22ea97b5d454f264001a94cfb021d1 /audio/boodler/files
parent012a1d063d8af5fb3bfb263a61e0f5c5dd7f411c (diff)
downloadports-ea2127140a033355c11314a56c614538605ef360.tar.gz
ports-ea2127140a033355c11314a56c614538605ef360.zip
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency - Limit the port to the supported python version Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=335879
Diffstat (limited to 'audio/boodler/files')
-rw-r--r--audio/boodler/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/boodler/files/patch-aa b/audio/boodler/files/patch-aa
index 71f5d162b790..61e963bf90eb 100644
--- a/audio/boodler/files/patch-aa
+++ b/audio/boodler/files/patch-aa
@@ -9,4 +9,4 @@ diff -ruN wrapper.orig/boodler wrapper/boodler
+export BOODLER_SOUND_PATH=${booroot}/boodler-snd/
+export BOODLER_EFFECTS_PATH=${booroot}/effects/
+
-+python ${booroot}/boodler.py "$@"
++python2 ${booroot}/boodler.py "$@"