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 /mail/tkrat2/Makefile | |
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 'mail/tkrat2/Makefile')
-rw-r--r-- | mail/tkrat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 4593b18612ea..426d40c89cc2 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -3,7 +3,7 @@ # Date created: 24 October 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.5 1998/07/24 06:15:46 hoek Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:29 asami Exp $ # DISTNAME= tkrat-1.1 @@ -15,7 +15,7 @@ MAINTAINER= appleseed@his.com BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80 \ - tk80\\.1\\.2:${PORTSDIR}/x11-toolkits/tk80 \ + tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw GNU_CONFIGURE= yes |