diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-01-18 15:30:39 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-01-18 15:30:39 +0000 |
commit | 5c9bfaae2f0080bbbf0d302cb234ad3116a9ba51 (patch) | |
tree | 3f4e6b103f4b323f7ab639b372849d665bdd890a /misc/tkman/Makefile | |
parent | share -> lib; thanks, Satoshi! (diff) |
- add glimpse to $RUN_DEPENDS
- cosmetic fixes in pkg/{DESCR,COMMENT}
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 0874e807fcd6..701420abec61 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.13 1995/12/09 01:30:20 asami Exp $ +# $Id: Makefile,v 1.14 1995/12/18 07:29:08 tg Exp $ # DISTNAME= tkman-1.7.5 @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 -RUN_DEPENDS= rman:${PORTSDIR}/misc/rman +RUN_DEPENDS= rman:${PORTSDIR}/misc/rman \ + glimpse:${PORTSDIR}/misc/glimpse # Restrictive copyright NO_PACKAGE= yes |