diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/celestia-gnome/Makefile | 4 | ||||
-rw-r--r-- | misc/celestia-kde/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile index 4506d8e965d..be1f2cf1a6c 100644 --- a/misc/celestia-kde/Makefile +++ b/misc/celestia-kde/Makefile @@ -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 @@ PKGREVISION= 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 |