diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
commit | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (patch) | |
tree | 0d64327181ccf3824a6202fcaaa55bf071919c72 /misc/tkman/Makefile | |
parent | 260f894e40f28b9f4bc51dc630b4a0462962c9a1 (diff) | |
download | FreeBSD-ports-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.zip FreeBSD-ports-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.gz |
tk80 has been ELFized.
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 362aae5..01b1fe0 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 |