summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorArjan Bouter2009-08-31 20:22:02 +0200
committerArjan Bouter2009-08-31 20:22:02 +0200
commit6cc038f0a803a87c7001304ec2c59e97453f00d2 (patch)
treef1db846cbafb057cd0bd9e5956457a1c0a207032 /chat-libs
parent728b2ce441092a693e2056a6df835954abd2e399 (diff)
ptlib: use LIBSASL in SUB_DEPENDS as well
Diffstat (limited to 'chat-libs')
-rw-r--r--chat-libs/ptlib/HISTORY3
-rwxr-xr-xchat-libs/ptlib/SUB_DEPENDS2
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index a487f12705..9c835610bf 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,3 +1,6 @@
+2009-08-31 Arjan Bouter <abouter@sourcemage.org>
+ * SUB_DEPENDS: changed cyrus-sasl to LIBSASL
+
2009-07-22 Arjan Bouter <abouter@sourcemage.org>
* DEPENDS: changed cyrus-sasl to LIBSASL
diff --git a/chat-libs/ptlib/SUB_DEPENDS b/chat-libs/ptlib/SUB_DEPENDS
index 8b577c15ff..4d57519c6c 100755
--- a/chat-libs/ptlib/SUB_DEPENDS
+++ b/chat-libs/ptlib/SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
- SASL) depends cyrus-sasl;;
+ SASL) depends LIBSASL ;;
*) echo "unknown sub-depends: ptlib $THIS_SUB_DEPENDS"; return 1 ;;
esac