pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Properly wildcard dialog dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e100e58ef49c
branches:  trunk
changeset: 500001:e100e58ef49c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 30 22:01:33 2005 +0000

description:
Properly wildcard dialog dependency.

diffstat:

 print/teTeX-bin/Makefile  |  4 ++--
 print/teTeX1-bin/Makefile |  4 ++--
 print/teTeX3-bin/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 30b87a00ae1b -r e100e58ef49c print/teTeX-bin/Makefile
--- a/print/teTeX-bin/Makefile  Fri Sep 30 21:36:45 2005 +0000
+++ b/print/teTeX-bin/Makefile  Fri Sep 30 22:01:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2005/07/19 10:15:29 grant Exp $
+# $NetBSD: Makefile,v 1.65 2005/09/30 22:01:33 wiz Exp $
 
 DISTNAME=      tetex-src-${TETEX_BIN_VERS}
 PKGNAME=       teTeX-bin-${TETEX_BIN_VERS}
@@ -15,7 +15,7 @@
 
 BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
 DEPENDS+=      teTeX-share>=2.0.2:../../print/teTeX-share
-DEPENDS+=      dialog-0.6z*:../../misc/dialog
+DEPENDS+=      dialog>=0.6z:../../misc/dialog
 
 INFO_FILES=    latex.info dvips.info web2c.info kpathsea.info
 
diff -r 30b87a00ae1b -r e100e58ef49c print/teTeX1-bin/Makefile
--- a/print/teTeX1-bin/Makefile Fri Sep 30 21:36:45 2005 +0000
+++ b/print/teTeX1-bin/Makefile Fri Sep 30 22:01:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/07/19 10:15:30 grant Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/30 22:01:33 wiz Exp $
 
 DISTNAME=      teTeX-src-1.0.7
 PKGNAME=       teTeX-bin-1.0.7
@@ -12,7 +12,7 @@
 
 BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
 DEPENDS+=      teTeX-share-1.0.[2-9]*:../../print/teTeX1-share
-DEPENDS+=      dialog-0.6z*:../../misc/dialog
+DEPENDS+=      dialog>=0.6z:../../misc/dialog
 
 # games/omega previously installed an omega executable too
 CONFLICTS+=    omega<0.90.4nb1
diff -r 30b87a00ae1b -r e100e58ef49c print/teTeX3-bin/Makefile
--- a/print/teTeX3-bin/Makefile Fri Sep 30 21:36:45 2005 +0000
+++ b/print/teTeX3-bin/Makefile Fri Sep 30 22:01:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/07/19 10:15:30 grant Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/30 22:01:33 wiz Exp $
 
 DISTNAME=      tetex-src-3.0
 PKGNAME=       ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
@@ -12,7 +12,7 @@
 
 BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
 DEPENDS+=      teTeX-texmf>=3.0:../../print/teTeX3-texmf
-DEPENDS+=      dialog-0.6z*:../../misc/dialog
+DEPENDS+=      dialog>=0.6z:../../misc/dialog
 
 # games/omega previously installed an omega executable too
 CONFLICTS+=    omega<0.90.4nb1



Home | Main Index | Thread Index | Old Index