diff options
author | agc <agc> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-19 15:40:45 +0000 |
commit | bb673b910abe94857f50a7b091c31d07297f26b9 (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /x11/tkman | |
parent | 13efefe4837fa4dc3a8b1a14d0d8d617ff67d207 (diff) | |
download | pkgsrc-bb673b910abe94857f50a7b091c31d07297f26b9.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'x11/tkman')
-rw-r--r-- | x11/tkman/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile index 5da9b7d2390..02381925037 100644 --- a/x11/tkman/Makefile +++ b/x11/tkman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/10/15 19:51:08 agc Exp $ +# $NetBSD: Makefile,v 1.16 1998/11/19 15:40:48 agc Exp $ # FreeBSD Id: Makefile,v 1.28 1997/12/08 15:51:20 tg Exp # @@ -10,8 +10,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org DEPENDS+= tk-8.0p2:../../x11/tk80 -RUN_DEPENDS= rman:../../textproc/rman \ - glimpse:../../textproc/glimpse +DEPENDS+= rman-3.0.6:../../textproc/rman +DEPENDS+= glimpse-4.0:../../textproc/glimpse NO_CDROM= "Don't sell for profit" MIRROR_DISTFILE= no |