summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorGeorge Sherwood2009-03-29 15:34:44 -0500
committerGeorge Sherwood2009-03-29 15:34:44 -0500
commit6b037d7580658ab62c4ae4347a68d52a2075dd72 (patch)
tree0f2f0ffcf45b2fff02d6336b9dd2884597a8c0eb /chat-libs
parente09a46c94977138bd92cf8a600bab5890c77dfa0 (diff)
ptlib: Added missing semi-colon in PRE_SUB_DEPENDS. It was working
but with errors.
Diffstat (limited to 'chat-libs')
-rw-r--r--chat-libs/ptlib/HISTORY1
-rwxr-xr-xchat-libs/ptlib/PRE_SUB_DEPENDS2
2 files changed, 2 insertions, 1 deletions
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index 7291432e76..6b3f637c3e 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,6 +1,7 @@
2009-03-29 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated to version 2.6.1. Updated SOURCE_URL[0]
Removed SOURCE_URL[1]
+ * PRE_SUB_DEPENDS: Added missing ;
2009-03-16 Robin Cook <rcook@wyrms.net>
* PRE_SUB_DEPENDS: added
diff --git a/chat-libs/ptlib/PRE_SUB_DEPENDS b/chat-libs/ptlib/PRE_SUB_DEPENDS
index 3441c2e97a..77f1962cc1 100755
--- a/chat-libs/ptlib/PRE_SUB_DEPENDS
+++ b/chat-libs/ptlib/PRE_SUB_DEPENDS
@@ -1,4 +1,4 @@
cast $THIS_SUB_DEPENDS in
- SASL) is_depends_enabled $SPELL cyrus-sasl && return 0;
+ SASL) is_depends_enabled $SPELL cyrus-sasl && return 0;;
esac
return 1