diff options
author | asami <asami@FreeBSD.org> | 1997-01-24 18:27:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-24 18:27:02 +0800 |
commit | f311070748e9e9a9b4186645bae5aafb4b1c25fa (patch) | |
tree | d648f5ef587b7a6f040885ea5e43021d098d1d21 /misc | |
parent | 01b1d581243da59cbeb87b406193fc29cd7e2b46 (diff) | |
download | freebsd-ports-gnome-f311070748e9e9a9b4186645bae5aafb4b1c25fa.tar.gz freebsd-ports-gnome-f311070748e9e9a9b4186645bae5aafb4b1c25fa.tar.zst freebsd-ports-gnome-f311070748e9e9a9b4186645bae5aafb4b1c25fa.zip |
Fix LIB_DEPENDS line, this one depends on tk41, not tk.
This caused, among other things, the package depend on tk-3.6 (argh!!!).
Diffstat (limited to 'misc')
-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 f9f3122f78a5..61b1e8bc4bd7 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.1.1.1 1997/01/05 22:54:44 obrien Exp $ +# $Id: Makefile,v 1.2 1997/01/06 02:49:36 obrien Exp $ # DISTNAME= dotfile-2.0b5 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com -LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk +LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 GNU_CONFIGURE= yes |