diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 10:18:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 10:18:56 +0000 |
commit | e80af410e234abae351c2d2c295e361bd18ec897 (patch) | |
tree | 68ed1da7ce039f0a702b1010b302d24edbaf3b0c /misc/tkinfo | |
parent | 49cc426534b1b1557c00cd3f9265e21799f00382 (diff) | |
download | ports-e80af410e234abae351c2d2c295e361bd18ec897.tar.gz ports-e80af410e234abae351c2d2c295e361bd18ec897.zip |
Various EXEC_DEPENDS fixes.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=2244
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 1b3dd0ba8a4f..15fada7aa818 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1995/04/12 20:31:37 asami Exp $ +# $Id: Makefile,v 1.4 1995/05/19 09:34:57 asami Exp $ # DISTNAME= tkinfo-0.6 @@ -11,6 +11,8 @@ CATEGORIES+= utilities MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ EXTRACT_SUFX= .tar.Z -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +RUN_DEPENDS= wish:${PORTSDIR}/x11/tk .include <bsd.port.mk> |