pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc Add wildcard to celestia DEPENDS to allow for PKG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d539e602497d
branches:  trunk
changeset: 473383:d539e602497d
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 19 13:31:41 2004 +0000

description:
Add wildcard to celestia DEPENDS to allow for PKGREVISIONS.

diffstat:

 misc/celestia-gnome/Makefile |  4 ++--
 misc/celestia-kde/Makefile   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ecbedb351bcb -r d539e602497d misc/celestia-gnome/Makefile
--- a/misc/celestia-gnome/Makefile      Mon Apr 19 13:10:00 2004 +0000
+++ b/misc/celestia-gnome/Makefile      Mon Apr 19 13:31:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/03 18:49:46 reed Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/19 13:31:41 markd Exp $
 #
 
 .include "../../misc/celestia/Makefile.common"
@@ -8,7 +8,7 @@
 
 COMMENT=       GNOME frontend for free real-time 3D space simulator
 
-DEPENDS=       celestia-${CELESTIA_VERS}:../../misc/celestia
+DEPENDS=       celestia-${CELESTIA_VERS}*:../../misc/celestia
 
 CONFIGURE_ARGS+=       --with-gnome
 CONFIGURE_ARGS+=       --without-kde
diff -r ecbedb351bcb -r d539e602497d misc/celestia-kde/Makefile
--- a/misc/celestia-kde/Makefile        Mon Apr 19 13:10:00 2004 +0000
+++ b/misc/celestia-kde/Makefile        Mon Apr 19 13:31:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/19 13:31:41 markd Exp $
 #
 
 .include "../../misc/celestia/Makefile.common"
@@ -8,7 +8,7 @@
 
 COMMENT=       KDE frontend for free real-time 3D space simulator
 
-DEPENDS=       celestia-${CELESTIA_VERS}:../../misc/celestia
+DEPENDS=       celestia-${CELESTIA_VERS}*:../../misc/celestia
 
 CONFIGURE_ARGS+=       --without-gtk
 CONFIGURE_ARGS+=       --with-kde



Home | Main Index | Thread Index | Old Index