[Lunar-commits] <moonbase-other> alienarena: Adjusting the DEPENDS. After looking through the ./configure curl and

stumbles stumbles at lunar-linux.org
Fri Dec 21 11:00:30 CET 2012


commit 8c456d397e11cf37d847fc8dfd2ad6757366a6ac
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 21 Dec 2012 02:00:30 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8c456d397e11cf37d847fc8dfd2ad6757366a6ac

alienarena: Adjusting the DEPENDS. After looking through the ./configure curl and

openal should be a depends.
---
  games/alienarena/DEPENDS | +6/-7     
  1 file changed, 6 insertions(+), 7 deletions(-)

--- a/games/alienarena/DEPENDS
+++ b/games/alienarena/DEPENDS
@@ -1,8 +1,7 @@
-optional_depends "%GLX"      "--enable-client" "--disable-client" "build client"
-optional_depends curl   "" "" "needed for client"
-optional_depends openal "" "" "needed for client"
+depends curl
+depends openal
 
-optional_depends libXxf86dga "--with-xf86dga" "--without-xf86dga" "for xf86dga support with client"
-optional_depends libXxf86vm  "--with-xf86vm"  "--without-xf86vm"  "for xf86vm support with client"
-
-optional_depends ode "--with-system-libode" "--without-system-libode" "use system ode (instead of bundled)"
+optional_depends "%GLX"      "--enable-client"      "--disable-client" "build client"
+optional_depends libXxf86dga "--with-xf86dga"       "--without-xf86dga" "for xf86dga support with client"
+optional_depends libXxf86vm  "--with-xf86vm"        "--without-xf86vm"  "for xf86vm support with client"
+optional_depends ode         "--with-system-libode" "--without-system-libode" "use system ode (instead of bundled)"




More information about the Lunar-commits mailing list