summaryrefslogtreecommitdiffstats
path: root/audio-creation/non
diff options
context:
space:
mode:
authorJuuso Alasuutari2008-03-17 15:09:44 +0200
committerJuuso Alasuutari2008-03-17 15:09:44 +0200
commitb819b917c458b713aecae363d196bcaacd2aa3dd (patch)
tree9136e9dea32f8a216bac17216e5c2906cf55ec06 /audio-creation/non
parentebb1b298b3b80e025fbe6baa2adba53dee6aab06 (diff)
non: Added missing dependency on makedepend.
Diffstat (limited to 'audio-creation/non')
-rwxr-xr-xaudio-creation/non/DEPENDS1
-rw-r--r--audio-creation/non/HISTORY1
2 files changed, 2 insertions, 0 deletions
diff --git a/audio-creation/non/DEPENDS b/audio-creation/non/DEPENDS
index 8dc5a7f6a1..a68cf93aa0 100755
--- a/audio-creation/non/DEPENDS
+++ b/audio-creation/non/DEPENDS
@@ -1,4 +1,5 @@
depends git &&
+depends makedepend &&
depends fltk &&
depends libsigc++3 &&
depends JACK-DRIVER &&
diff --git a/audio-creation/non/HISTORY b/audio-creation/non/HISTORY
index e1ea38bc8f..c8c1bc5875 100644
--- a/audio-creation/non/HISTORY
+++ b/audio-creation/non/HISTORY
@@ -1,3 +1,4 @@
2008-03-17 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS, DEPENDS, PREPARE, PRE_BUILD, BUILD: Created spell.
* DETAILS: Added forgotten LICENSE.
+ * DEPENDS: Added depends makedepend.