diff options
author | dd <dd@FreeBSD.org> | 2002-11-11 16:49:03 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-11-11 16:49:03 +0800 |
commit | d2d608954c627e97e7ddd1900d138a34b07cd514 (patch) | |
tree | 222289c9ce011decbf1a3b50039fece2c6d70c8b /net/psi | |
parent | 26554c2f3f839943fa881bab5b63d70da4e78be1 (diff) | |
download | freebsd-ports-gnome-d2d608954c627e97e7ddd1900d138a34b07cd514.tar.gz freebsd-ports-gnome-d2d608954c627e97e7ddd1900d138a34b07cd514.tar.zst freebsd-ports-gnome-d2d608954c627e97e7ddd1900d138a34b07cd514.zip |
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/psi')
-rw-r--r-- | net/psi/Makefile | 3 |
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 |