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 /misc/dotfile | |
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 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 06af6e411c8f..88734dacb9d3 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,7 +3,7 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $Id: Makefile,v 1.9 1998/02/25 16:14:31 steve Exp $ +# $Id: Makefile,v 1.10 1998/02/26 03:29:53 steve Exp $ # DISTNAME= dotfile-2.2 @@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes MAN1= dotfile.1 |