diff options
author | asami <asami@FreeBSD.org> | 1997-04-27 00:25:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-27 00:25:19 +0000 |
commit | c14dce68d0355a4b7c46cd0ec21be5fd6c98a760 (patch) | |
tree | 24830465321c5dad53743faa6f7afe318b7cc3a9 /misc | |
parent | 2bfacee80160ec8258032ed30a31d252dcc3b4c7 (diff) | |
download | FreeBSD-ports-c14dce68d0355a4b7c46cd0ec21be5fd6c98a760.zip FreeBSD-ports-c14dce68d0355a4b7c46cd0ec21be5fd6c98a760.tar.gz |
rman and glimpse are now in textproc.
Diffstat (limited to 'misc')
-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 f66a773..c9766ea 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 |