diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
commit | 41637d44471fe46421e251069fa3e5873a8f2846 (patch) | |
tree | 914722e7969fd12c2bcc70916125e14bf86fabc9 /misc/tkman/Makefile | |
parent | audio/esound is now ELF. (diff) |
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 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 |