aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-02-26 20:59:36 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-02-26 20:59:36 +0000
commit6fe53bfc64cd4f932aec44d9fe8f9a534b9b601b (patch)
treefb137a5b96058207595d05a6be1da5a3dce55ecc /net
parentae12e2aa4145aa48d203443b8ed927734af7f747 (diff)
downloadports-6fe53bfc64cd4f932aec44d9fe8f9a534b9b601b.tar.gz
ports-6fe53bfc64cd4f932aec44d9fe8f9a534b9b601b.zip
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
Notes
Notes: svn path=/head/; revision=102232
Diffstat (limited to 'net')
-rw-r--r--net/cphone/Makefile3
-rw-r--r--net/psi/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/net/cphone/Makefile b/net/cphone/Makefile
index 995d7bc11ef0..61c0cb90b29b 100644
--- a/net/cphone/Makefile
+++ b/net/cphone/Makefile
@@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= roger@FreeBSD.org
COMMENT= H323 Video Conferencing Program which uses QT
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build \
+ qmake:${PORTSDIR}/devel/qmake
NOCLEANDEPENDS= yes
diff --git a/net/psi/Makefile b/net/psi/Makefile
index ed7a550a852c..02ee0b8c1a48 100644
--- a/net/psi/Makefile
+++ b/net/psi/Makefile
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= eugos@gmx.net
COMMENT= A Qt-based Jabber client
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
RUN_DEPENDS= ${X11BASE}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls
HAS_CONFIGURE= yes