summaryrefslogtreecommitdiffstats
path: root/x11-libs/libafterimage
diff options
context:
space:
mode:
authorJuuso Alasuutari2006-10-20 01:20:54 +0300
committerJuuso Alasuutari2006-10-20 01:20:54 +0300
commitc4ef1220de0a7847ff35ace6fd44170614bddd40 (patch)
tree04472c25750a1edefa91e38f526e4bea506f6139 /x11-libs/libafterimage
parentffefe45fcdbb55e4e76dc4c52a01a8a27c5c08ef (diff)
libafterimage: Source is_depends_enabled.function
Diffstat (limited to 'x11-libs/libafterimage')
-rwxr-xr-xx11-libs/libafterimage/DEPENDS12
-rw-r--r--x11-libs/libafterimage/WIP6
2 files changed, 15 insertions, 3 deletions
diff --git a/x11-libs/libafterimage/DEPENDS b/x11-libs/libafterimage/DEPENDS
index 76954e32b3..c9e74ebc3d 100755
--- a/x11-libs/libafterimage/DEPENDS
+++ b/x11-libs/libafterimage/DEPENDS
@@ -27,12 +27,18 @@ if [ "${LIBAFTERSTEP_GIF}" == "y" ] ; then
optional_depends LIBGIF \
"--without-builtin-ungif" \
"--with-builtin-ungif" \
- "Use external gif library?"
+ "Use external gif library?" &&
+
+ #
+ ## Remove this after is_depends_enabled is integrated to stable sorcery.
+ #
+ source "$GRIMOIRE/is_depends_enabled.function" &&
+
# test for which LIBGIF is picked go here.
if is_depends_enabled ${SPELL} giflib
- then depends giflib '--with-gif'
+ then depends giflib '--with-gif'
elif is_depends_enabled ${SPELL} libungif
- then depends libungif '--with-ungif'
+ then depends libungif '--with-ungif'
fi
else OPTS="${OPTS} --without-gif --without-builtin-ungif"
fi
diff --git a/x11-libs/libafterimage/WIP b/x11-libs/libafterimage/WIP
index 81d4e2fb6f..20523d1918 100644
--- a/x11-libs/libafterimage/WIP
+++ b/x11-libs/libafterimage/WIP
@@ -1,3 +1,9 @@
as needs to provide LIBAFTERIMAGE
aterm needs to depend on LIBAFTERIMAGE
needs HISTORY
+
+Added here in lack of a HISTORY file:
+
+2006-10-20 Juuso Alasuutari <iuso@sourcemage.org>
+ * DEPENDS: Source is_depends_enabled.function (remove it when
+ is_depends_enabled is in stable sorcery).