diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:25:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:25:19 +0000 |
commit | 72f2c371cd9048756f97fe7b7e42ff052b8495d1 (patch) | |
tree | b47221684edfd2e390f8e30bf7def06cf08a0dbc /misc/tkman/Makefile | |
parent | Adjust mpack path to point to converters. (diff) |
rman and glimpse are now in textproc.
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index f66a773965a5..c9766eaad05b 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.21 1996/12/07 09:28:45 max Exp $ +# $Id: Makefile,v 1.22 1997/04/20 13:19:36 wosch Exp $ # DISTNAME= tkman-1.8 @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 -RUN_DEPENDS= rman:${PORTSDIR}/misc/rman \ - glimpse:${PORTSDIR}/misc/glimpse +RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ + glimpse:${PORTSDIR}/textproc/glimpse NO_CDROM= "Don't sell for profit" MAN1= tkman.1 |