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 /mail | |
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 'mail')
-rw-r--r-- | mail/exmh2/Makefile | 4 | ||||
-rw-r--r-- | mail/kbiff/Makefile | 6 | ||||
-rw-r--r-- | mail/tkrat/Makefile | 4 | ||||
-rw-r--r-- | mail/tkrat2/Makefile | 4 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 843d47dd404a..724e0a6136d3 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -3,7 +3,7 @@ # Date released: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.28 1998/07/03 23:07:01 steve Exp $ +# $Id: Makefile,v 1.29 1998/07/08 10:49:19 peter Exp $ # DISTNAME= exmh-2.0.2 @@ -37,7 +37,7 @@ MAINTAINER= peter@FreeBSD.org DIST_SUBDIR= ${PKGNAME} -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 WISH= wish8.0 TCLSH= tclsh8.0 diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index b98696981ade..a967473088d4 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -3,7 +3,7 @@ # Date created: So 14 Jun 1998 13:09:18 CEST # Whom: andreas # -# $Id: Makefile,v 1.6 1998/04/29 17:53:11 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1998/06/14 17:32:11 andreas Exp $ # DISTNAME= kbiff-0.7.3 @@ -12,8 +12,8 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Hills/2651/ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11-toolkits/qt \ kdeui\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile index 8c7b26e532d9..4593b18612ea 100644 --- a/mail/tkrat/Makefile +++ b/mail/tkrat/Makefile @@ -3,7 +3,7 @@ # Date created: 24 October 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.4 1998/07/20 03:09:31 steve Exp $ +# $Id: Makefile,v 1.5 1998/07/24 06:15:46 hoek Exp $ # DISTNAME= tkrat-1.1 @@ -15,7 +15,7 @@ MAINTAINER= appleseed@his.com BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80 \ - tk80\\.1\\.2:${PORTSDIR}/x11/tk80 \ + tk80\\.1\\.2:${PORTSDIR}/x11-toolkits/tk80 \ c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw GNU_CONFIGURE= yes diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 8c7b26e532d9..4593b18612ea 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -3,7 +3,7 @@ # Date created: 24 October 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.4 1998/07/20 03:09:31 steve Exp $ +# $Id: Makefile,v 1.5 1998/07/24 06:15:46 hoek Exp $ # DISTNAME= tkrat-1.1 @@ -15,7 +15,7 @@ MAINTAINER= appleseed@his.com BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80 \ - tk80\\.1\\.2:${PORTSDIR}/x11/tk80 \ + tk80\\.1\\.2:${PORTSDIR}/x11-toolkits/tk80 \ c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw GNU_CONFIGURE= yes diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 7856cc8815f5..dde7417d0246 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -4,7 +4,7 @@ # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.11 1998/07/05 23:44:39 steve Exp $ +# $Id: Makefile,v 1.12 1998/08/05 09:31:22 asami Exp $ # DISTNAME= xfmail-1.3 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ MAINTAINER= gena@NetVision.net.il LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.88\\.1:${PORTSDIR}/x11/xforms + xforms\\.0\\.88\\.1:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes GNU_CONFIGURE= yes |