diff options
author | markd <markd@pkgsrc.org> | 2004-04-19 13:31:41 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-04-19 13:31:41 +0000 |
commit | afa87ad1fc2069f9ec8d4a5c8bbc055c4a075758 (patch) | |
tree | 524216e78122e8395a29ef63d7704a5ec89f6038 /misc/celestia-gnome | |
parent | 2e54f0f44c3529f2e3c83427f8360d47cd3dcaea (diff) | |
download | pkgsrc-afa87ad1fc2069f9ec8d4a5c8bbc055c4a075758.tar.gz |
Add wildcard to celestia DEPENDS to allow for PKGREVISIONS.
Diffstat (limited to 'misc/celestia-gnome')
-rw-r--r-- | misc/celestia-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/celestia-gnome/Makefile b/misc/celestia-gnome/Makefile index 6a1c37904ea..d84e59de374 100644 --- a/misc/celestia-gnome/Makefile +++ b/misc/celestia-gnome/Makefile @@ -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 @@ PKGREVISION= 2 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 |