aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2003-07-03 18:51:37 +0800
committerDima Dorfman <dd@FreeBSD.org>2003-07-03 18:51:37 +0800
commitb666599bf8d7da5100a4bcec47817ae7c7f2bfb3 (patch)
tree0f4c68ee65046e0f429aea80958b2790f71ef378
parentd2ee4eb67fffdfe439d719f4079438d441d4e98a (diff)
downloadfreebsd-ports-b666599bf8d7da5100a4bcec47817ae7c7f2bfb3.tar.gz
freebsd-ports-b666599bf8d7da5100a4bcec47817ae7c7f2bfb3.tar.zst
freebsd-ports-b666599bf8d7da5100a4bcec47817ae7c7f2bfb3.zip
The previous update removed the dependency on qssl because the latter
port hadn't been upgraded to a version that works with the new Psi. Now that this has been rectified, depend on qssl again. Approved by: Jonathan Chen <jonc@chen.org.nz>
Notes
Notes: svn path=/head/; revision=84125
-rw-r--r--net-im/psi/Makefile2
-rw-r--r--net/psi/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index 7feca56a5b71..8f50514bfff1 100644
--- a/net-im/psi/Makefile
+++ b/net-im/psi/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jonc@chen.org.nz
COMMENT= A Qt-based Jabber client
+LIB_DEPENDS+= qssl.1:${PORTSDIR}/devel/qssl
+
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
diff --git a/net/psi/Makefile b/net/psi/Makefile
index 7feca56a5b71..8f50514bfff1 100644
--- a/net/psi/Makefile
+++ b/net/psi/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jonc@chen.org.nz
COMMENT= A Qt-based Jabber client
+LIB_DEPENDS+= qssl.1:${PORTSDIR}/devel/qssl
+
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
USE_BZIP2= yes