diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /comms | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-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 'comms')
-rw-r--r-- | comms/kremotecontrol/Makefile | 6 | ||||
-rw-r--r-- | comms/tkhylafax/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 60af357152d1..3f4c9da12b4d 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.14 1998/07/14 22:33:37 se Exp $ +# $Id: Makefile,v 1.15 1998/07/23 20:52:01 se Exp $ # DISTNAME= kdeutils-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index e48289770678..9ab00d6c430c 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Jun 8 11:51:21 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.4 1997/10/09 21:04:47 andreas Exp $ +# $Id: Makefile,v 1.5 1998/02/21 22:38:07 fenner Exp $ # DISTNAME= tkhylafax-3.0b2 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/ MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 \ +RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ sendfax:${PORTSDIR}/comms/hylafax \ gs:${PORTSDIR}/print/ghostscript4 \ gv:${PORTSDIR}/print/gv |