summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-11-11 08:49:03 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-11-11 08:49:03 +0000
commit47d9a2c7af99415e3554aa76bb16cac9e71f8397 (patch)
tree77419eb7c762eea8b4ab21538c3b7188254a8516 /net
parentUpgrade to 2.00, which includes several nice new features; including (diff)
Depend on the qssl port. Simply having that installed will enable psi
to connect ot jabberd over SSL (it will automatically detect its presense--no compile-time configuration changes are necessary). Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes
Notes: svn path=/head/; revision=69884
Diffstat (limited to 'net')
-rw-r--r--net/psi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/psi/Makefile b/net/psi/Makefile
index 278a8f130b35..fc7933403d9a 100644
--- a/net/psi/Makefile
+++ b/net/psi/Makefile
@@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jonc@chen.org.nz
-LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt30
+LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt30 \
+ qssl.0:${PORTSDIR}/devel/qssl
HAS_CONFIGURE= yes
USE_X_PREFIX= yes