diff options
author | asami <asami@FreeBSD.org> | 1995-10-02 15:58:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-02 15:58:41 +0800 |
commit | d13b192c05328695d82a58ebb3ebaa307cbc42ae (patch) | |
tree | ce9179fe3a58c154e84dc10abd179a55bd98d12f /misc/kp | |
parent | 5ce5ecebba9919dcf0c88a49ed84527efbdad07d (diff) | |
download | freebsd-ports-gnome-d13b192c05328695d82a58ebb3ebaa307cbc42ae.tar.gz freebsd-ports-gnome-d13b192c05328695d82a58ebb3ebaa307cbc42ae.tar.zst freebsd-ports-gnome-d13b192c05328695d82a58ebb3ebaa307cbc42ae.zip |
RUN_DEPENDS on wish:tk.
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 |