diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
commit | 41637d44471fe46421e251069fa3e5873a8f2846 (patch) | |
tree | 914722e7969fd12c2bcc70916125e14bf86fabc9 /misc/dotfile | |
parent | 9ba3a62b82107ba1583f9c6b0be33dd35f65819a (diff) | |
download | freebsd-ports-gnome-41637d44471fe46421e251069fa3e5873a8f2846.tar.gz freebsd-ports-gnome-41637d44471fe46421e251069fa3e5873a8f2846.tar.zst freebsd-ports-gnome-41637d44471fe46421e251069fa3e5873a8f2846.zip |
tk80 has been ELFized.
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 88734dacb9d3..b474dbf0f021 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.10 1998/02/26 03:29:53 steve Exp $ +# $Id: Makefile,v 1.11 1998/08/07 23:56:39 asami Exp $ # DISTNAME= dotfile-2.2 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes |