aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tkinfo
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-04 18:18:56 +0800
committerasami <asami@FreeBSD.org>1995-10-04 18:18:56 +0800
commitdc9d1dc85c52b8faa4e6fe3926476f0b3820c85d (patch)
tree85d436c4400ca359328c0dfcf26d22043c3adef1 /misc/tkinfo
parent34028a1d6b979e19d7d3e94969089d8963e455d2 (diff)
downloadfreebsd-ports-gnome-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.tar.gz
freebsd-ports-gnome-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.tar.zst
freebsd-ports-gnome-dc9d1dc85c52b8faa4e6fe3926476f0b3820c85d.zip
Various EXEC_DEPENDS fixes.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'misc/tkinfo')
-rw-r--r--misc/tkinfo/Makefile6
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>