summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-07-12 05:23:38 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-07-12 05:23:38 +0000
commitbbd12c20629c74f090625c6a9d564fd13b2faf9c (patch)
treef54a8a129df25df235b4de61b45d64b02e531dec /chat
parentce763f82303a8926e669ed7ad0bfc60ca2b0352a (diff)
downloadpkgsrc-bbd12c20629c74f090625c6a9d564fd13b2faf9c.tar.gz
don't depend on psi-ssl direct; suggest the installation of psi-ssl
plugin in MESSAGE instead bump PKGREVISION for this change
Diffstat (limited to 'chat')
-rw-r--r--chat/psi/DESCR2
-rw-r--r--chat/psi/MESSAGE6
-rw-r--r--chat/psi/Makefile6
3 files changed, 9 insertions, 5 deletions
diff --git a/chat/psi/DESCR b/chat/psi/DESCR
index e37ebfe3746..13a5abf66da 100644
--- a/chat/psi/DESCR
+++ b/chat/psi/DESCR
@@ -11,7 +11,7 @@ Features:
* Message (ICQ-style) and Chat (AIM-style) modes
* Drag and drop to send to multiple contacts
* Full Unicode support
-* Secure connections
+* Secure connections (with psi-ssl plugin)
* Saving contact list locally, and server sync on login
* Icon Themes
* Agent registration and searching
diff --git a/chat/psi/MESSAGE b/chat/psi/MESSAGE
new file mode 100644
index 00000000000..2da7cb963d0
--- /dev/null
+++ b/chat/psi/MESSAGE
@@ -0,0 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/07/12 05:23:38 jdolecek Exp $
+
+Install psi-ssl package for secure encrypted connection support.
+
+===========================================================================
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index 57a70ffeaa9..f7ee8ab1a99 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/04/25 22:50:48 snj Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/12 05:23:38 jdolecek Exp $
DISTNAME= psi-0.9
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/}
EXTRACT_SUFX= .tar.bz2
@@ -10,8 +10,6 @@ MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://psi.affinix.com/
COMMENT= PSI Jabber Client
-DEPENDS+= psi-ssl>=2.0:../../chat/psi-ssl
-
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes