[Lunar-commits] <moonbase> xforms: fixed typo in DEPENDS

Paul Bredbury brebs at lunar-linux.org
Mon Sep 21 12:38:15 CEST 2009


commit 72f4908a45d724de2e74c99f43fa387c79cfee70
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Sep 21 17:38:15 2009 +0700

    xforms: fixed typo in DEPENDS
    
    WEB_SITE should not contain variables, so it remains a clean hyperlink that can be clicked on. And yes, firefox proves that there is a trailing slash. If removing trailing slashes were a good idea, the likes of Mozilla and Google would be doing it.
---
 x11-utils/xforms/DEPENDS |    2 +-
 x11-utils/xforms/DETAILS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-utils/xforms/DEPENDS b/x11-utils/xforms/DEPENDS
index 372b5ef..0ec9987 100644
--- a/x11-utils/xforms/DEPENDS
+++ b/x11-utils/xforms/DEPENDS
@@ -1,4 +1,4 @@
 depends  jpeg
 depends  libXpm
 
-optional_depends "%CLX"  ""  ""  "for GL support"
+optional_depends "%GLX"  ""  ""  "for OpenGL support"
diff --git a/x11-utils/xforms/DETAILS b/x11-utils/xforms/DETAILS
index d8d112f..e322de6 100644
--- a/x11-utils/xforms/DETAILS
+++ b/x11-utils/xforms/DETAILS
@@ -3,7 +3,7 @@
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://savannah.nongnu.org/download/$MODULE
       SOURCE_VFY=sha1:49d2d0593fbb17b2914f2d56cbad431edfd79161
-        WEB_SITE=http://savannah.nongnu.org/projects/$MODULE
+        WEB_SITE=http://savannah.nongnu.org/projects/xforms/
          ENTERED=20020904
          UPDATED=20090921
            SHORT="An Open Source XForms GUI XLib library"


More information about the Lunar-commits mailing list