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 /deskutils/abacus/Makefile | |
parent | 9ba3a62b82107ba1583f9c6b0be33dd35f65819a (diff) | |
download | ports-41637d44471fe46421e251069fa3e5873a8f2846.tar.gz ports-41637d44471fe46421e251069fa3e5873a8f2846.zip |
Notes
Diffstat (limited to 'deskutils/abacus/Makefile')
-rw-r--r-- | deskutils/abacus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index e5d38a40fb55..52a48bcd5ad3 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/09/09 19:22:37 andreas Exp $ # DISTNAME= abacus @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= tcl80:${PORTSDIR}/lang/tcl80 \ - tk80:${PORTSDIR}/x11-toolkits/tk80 + tk80.1:${PORTSDIR}/x11-toolkits/tk80 ALL_TARGET= dep tcl_interf/nxlc USE_GMAKE= yes |