diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /mail/exmh2 | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 843d47d..724e0a6 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 |