diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
commit | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (patch) | |
tree | 0d64327181ccf3824a6202fcaaa55bf071919c72 /misc | |
parent | 260f894e40f28b9f4bc51dc630b4a0462962c9a1 (diff) | |
download | freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.gz freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.zst freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.zip |
tk80 has been ELFized.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 4 | ||||
-rw-r--r-- | misc/tkman/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 362aae5e917c..01b1fe0d2079 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.31 1998/07/30 11:48:55 tg Exp $ +# $Id: Makefile,v 1.32 1998/08/07 23:56:41 asami Exp $ # DISTNAME= tkman-2.1b1 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ glimpse:${PORTSDIR}/textproc/glimpse |