diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-12 05:23:38 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-12 05:23:38 +0000 |
commit | 00dd3d519fb2931e7a7957f89d9cc07d90752b2b (patch) | |
tree | f54a8a129df25df235b4de61b45d64b02e531dec /chat/psi | |
parent | 5b5b44c0f0952e9c0f1d11c688b525ce15f4583d (diff) | |
download | pkgsrc-00dd3d519fb2931e7a7957f89d9cc07d90752b2b.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/psi')
-rw-r--r-- | chat/psi/DESCR | 2 | ||||
-rw-r--r-- | chat/psi/MESSAGE | 6 | ||||
-rw-r--r-- | chat/psi/Makefile | 6 |
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 |