summaryrefslogtreecommitdiffstats
path: root/audio-drivers/yiff
diff options
context:
space:
mode:
authorFlorian Franzmann2011-07-30 22:03:08 +0200
committerFlorian Franzmann2011-07-30 22:03:08 +0200
commit12c5163f1678cca4636ac1dfeff985b4e8c4da94 (patch)
tree69e0a6ff65a980ab5adf0a0921c12cf139f6b1bd /audio-drivers/yiff
parent28546ed7c2e460155a5872fe0fbe6a9522055733 (diff)
audio-drivers/yiff: changed dependency on g++ to dependency on gcc with CXX (scripted)
Diffstat (limited to 'audio-drivers/yiff')
-rwxr-xr-xaudio-drivers/yiff/DEPENDS2
-rw-r--r--audio-drivers/yiff/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/audio-drivers/yiff/DEPENDS b/audio-drivers/yiff/DEPENDS
index 554603951a..aedef47b9c 100755
--- a/audio-drivers/yiff/DEPENDS
+++ b/audio-drivers/yiff/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends zlib &&
optional_depends alsa-lib "" "" "to use alsa for the backend" &&
diff --git a/audio-drivers/yiff/HISTORY b/audio-drivers/yiff/HISTORY
index 8fe23485cd..608a62dde1 100644
--- a/audio-drivers/yiff/HISTORY
+++ b/audio-drivers/yiff/HISTORY
@@ -1,3 +1,7 @@
+2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed dependency on g++ to dependency on gcc with
+ sub-depends on CXX (scripted)
+
2007-08-18 Ethan "eekee" Grammatikidis <eekee57@fastmail.fm>
* DETAILS: delinting (80-col)