pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mbone/imm Make package depend on xv, otherwise it's us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6c57b26f513
branches:  trunk
changeset: 462673:e6c57b26f513
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Wed Oct 08 10:43:20 2003 +0000

description:
Make package depend on xv, otherwise it's useless.

Should resolve pr pkg/23092.
Change approved by Johnny C. Lam.

diffstat:

 mbone/imm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 47be8eac247c -r e6c57b26f513 mbone/imm/Makefile
--- a/mbone/imm/Makefile        Wed Oct 08 10:40:37 2003 +0000
+++ b/mbone/imm/Makefile        Wed Oct 08 10:43:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/07/17 21:48:24 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/10/08 10:43:20 rtr Exp $
 #
 # NetBSD "imm" package
 # The original was based on the imm-3.5a1 FreeBSD port maintained
@@ -16,6 +16,7 @@
 HOMEPAGE=      http://tonnant.itd.nrl.navy.mil/ipresearch/imm.html
 COMMENT=       Internet Image(or other data) Multicaster (and receiver)
 
+DEPENDS+=       xv>=3.10:../../graphics/xv
 DEPENDS+=      tk>=8.3.2:../../x11/tk
 
 USE_X11=       yes



Home | Main Index | Thread Index | Old Index