aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-05-11 21:00:19 +0800
committervs <vs@FreeBSD.org>2005-05-11 21:00:19 +0800
commit35bd0ed3da3561f3e5d692e2fc3832e37b64d2e7 (patch)
treec4be3f3dc234d6012ec6b9da1c4899ea7df898e0 /net-im
parent2495983b6059367041cf21dc0736cc1e0c311282 (diff)
downloadfreebsd-ports-gnome-35bd0ed3da3561f3e5d692e2fc3832e37b64d2e7.tar.gz
freebsd-ports-gnome-35bd0ed3da3561f3e5d692e2fc3832e37b64d2e7.tar.zst
freebsd-ports-gnome-35bd0ed3da3561f3e5d692e2fc3832e37b64d2e7.zip
- Add qca.1 to LIB_DEPENDS
- Bump PORTREVISION PR: ports/80821 Submitted by: Bengt Ahlgren Approved by: maintainer
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index 5ac7e3fae70f..da3d3c81a4f1 100644
--- a/net-im/psi/Makefile
+++ b/net-im/psi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= psi
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,8 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= vsevolod@highsecure.ru
COMMENT= A Qt-based Jabber client
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake \
- ${X11BASE}/lib/libqca.so.1:${PORTSDIR}/devel/qca
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+LIB_DEPENDS= qca.1:${PORTSDIR}/devel/qca
RUN_DEPENDS= ${X11BASE}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls
HAS_CONFIGURE= yes