diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /misc/tkcron | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'misc/tkcron')
-rw-r--r-- | misc/tkcron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index be3f030c7339..d79dd36aeda4 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -3,7 +3,7 @@ # Date created: 30 July 1996 # Whom: Sander Vesik <sander@haldjas.folklore.ee> # -# $Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp $ +# $Id: Makefile,v 1.7 1998/03/20 14:35:15 tg Exp $ # DISTNAME= tkcron-2.12 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tcl.gz MAINTAINER= sander@haldjas.folklore.ee -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd |