diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 07:50:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 07:50:54 +0000 |
commit | b5d85759a64d5e180f06ad8ae5546785efba5c81 (patch) | |
tree | 2e1f1a79d9c4f051245d2a6b08d939aa2815271b /misc/tkman | |
parent | d466dd1a69ecea1bf9cb9a00f6e69d1210a6a3f5 (diff) | |
download | ports-b5d85759a64d5e180f06ad8ae5546785efba5c81.tar.gz ports-b5d85759a64d5e180f06ad8ae5546785efba5c81.zip |
Move dependency's path from utils/rman to misc/rman.
Notes
Notes:
svn path=/head/; revision=2494
Diffstat (limited to 'misc/tkman')
-rw-r--r-- | misc/tkman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 4c22fbfe6310..357934eebcc7 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.9 1995/10/04 02:02:14 asami Exp $ +# $Id: Makefile,v 1.10 1995/11/26 10:48:46 asami Exp $ # DISTNAME= tkman-1.7.3 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 -RUN_DEPENDS= rman:${PORTSDIR}/utils/rman +RUN_DEPENDS= rman:${PORTSDIR}/misc/rman # Restrictive copyright NO_PACKAGE= yes |