pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-pgf Fix dependency pattern. Caught by pbulk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9fbc14d2e1a
branches:  trunk
changeset: 540185:c9fbc14d2e1a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 01 01:36:32 2008 +0000

description:
Fix dependency pattern. Caught by pbulk.

diffstat:

 print/tex-pgf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a2ac8b5b32dd -r c9fbc14d2e1a print/tex-pgf/Makefile
--- a/print/tex-pgf/Makefile    Tue Apr 01 00:57:53 2008 +0000
+++ b/print/tex-pgf/Makefile    Tue Apr 01 01:36:32 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/03/26 16:21:12 is Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/01 01:36:32 tnn Exp $
 #
 
 DISTNAME=      pgf-1.10
@@ -6,7 +6,7 @@
 CATEGORIES=    print graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pgf/}
 PKGREVISION=   1
-DEPENDS=       tex-xkeyval:../../print/tex-xkeyval
+DEPENDS=       tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://pgf.sourceforge.net/



Home | Main Index | Thread Index | Old Index