diff options
author | dd <dd@FreeBSD.org> | 2002-11-11 08:49:03 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-11-11 08:49:03 +0000 |
commit | d2d608954c627e97e7ddd1900d138a34b07cd514 (patch) | |
tree | 222289c9ce011decbf1a3b50039fece2c6d70c8b /net-im | |
parent | 26554c2f3f839943fa881bab5b63d70da4e78be1 (diff) | |
download | FreeBSD-ports-d2d608954c627e97e7ddd1900d138a34b07cd514.zip FreeBSD-ports-d2d608954c627e97e7ddd1900d138a34b07cd514.tar.gz |
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)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 278a8f1..fc79334 100644 --- a/net-im/psi/Makefile +++ b/net-im/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 |