diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/celestia-kde/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile index 7b2e14c3afa..20bd0544d80 100644 --- a/misc/celestia-kde/Makefile +++ b/misc/celestia-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/05/08 23:50:11 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/05/20 00:49:33 jmc Exp $ # .include "../../misc/celestia/Makefile.common" @@ -11,6 +11,7 @@ DEPENDS= celestia-${CELESTIA_VERS}:../../misc/celestia CONFIGURE_ARGS+= --without-gtk CONFIGURE_ARGS+= --with-kde +USE_GMAKE= yes BUILD_DIRS= ${WRKSRC}/src |