aboutsummaryrefslogtreecommitdiffstats
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-08 07:56:56 +0800
committerasami <asami@FreeBSD.org>1998-08-08 07:56:56 +0800
commit1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch)
tree409436ca3502910634e8ede70287fc792e31de14 /net/kdenetwork3
parentced852667e215d5ec6ec32129eb19e8c18852d5e (diff)
downloadfreebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz
freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst
freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index b7e6e2576122..19e90fcd92a6 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.15 1998/07/19 17:47:33 se Exp $
+# $Id: Makefile,v 1.16 1998/07/23 20:52:02 se Exp $
#
DISTNAME= kdenetwork-1.0
@@ -13,9 +13,9 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
-BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 \
+BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 \
${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
-LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \
+LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
uu\\.1\\.:${PORTSDIR}/converters/uulib \