diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-02 07:58:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-02 07:58:41 +0000 |
commit | 444978a85362a57e23bff9206b6f50dc64089d64 (patch) | |
tree | 68541cb6f1c76a48ec40687131a7761654c0d309 /misc/kp | |
parent | 247a0eac30175bb6f34ab3af61eaf5f5b3770f73 (diff) | |
download | ports-444978a85362a57e23bff9206b6f50dc64089d64.tar.gz ports-444978a85362a57e23bff9206b6f50dc64089d64.zip |
Notes
Diffstat (limited to 'misc/kp')
-rw-r--r-- | misc/kp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 29dbc7d04636..beac8173009f 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -3,7 +3,7 @@ # Date created: 8 May 1995 # Whom: asami # -# $Id: Makefile,v 1.12 1995/04/23 13:02:24 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/05/09 11:07:06 asami Exp $ # DISTNAME= kp-0.95 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://forgery.cs.berkeley.edu/pub/ MAINTAINER= asami@FreeBSD.org -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk +RUN_DEPENDS= wish:${PORTSDIR}/x11/tk USE_X11= yes |