diff options
author | salo <salo> | 2003-05-22 09:39:07 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-22 09:39:07 +0000 |
commit | 14c97f83c27fb357b2c4f0117af09fd8fd4c286d (patch) | |
tree | 86a85b1bea6fe4aacf6c0f59a08228750bd139ef /misc | |
parent | 6f2632f18cd612ee37debba37b0e0bf56bf7da07 (diff) | |
download | pkgsrc-14c97f83c27fb357b2c4f0117af09fd8fd4c286d.tar.gz |
Move USE_GMAKE to Makefile.common, older bmake has problems with -kde and base
packages and is required for base package so it doesn't really matter.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/celestia-kde/Makefile | 3 | ||||
-rw-r--r-- | misc/celestia/Makefile | 3 | ||||
-rw-r--r-- | misc/celestia/Makefile.common | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile index 20bd0544d80..16e25fef8cb 100644 --- a/misc/celestia-kde/Makefile +++ b/misc/celestia-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/05/20 00:49:33 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/22 09:39:08 salo Exp $ # .include "../../misc/celestia/Makefile.common" @@ -11,7 +11,6 @@ DEPENDS= celestia-${CELESTIA_VERS}:../../misc/celestia CONFIGURE_ARGS+= --without-gtk CONFIGURE_ARGS+= --with-kde -USE_GMAKE= yes BUILD_DIRS= ${WRKSRC}/src diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile index ded8a2201c6..82b4812b718 100644 --- a/misc/celestia/Makefile +++ b/misc/celestia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/05/09 00:23:56 salo Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/22 09:39:07 salo Exp $ # .include "../../misc/celestia/Makefile.common" @@ -6,7 +6,6 @@ COMMENT= Free real-time 3D space simulator USE_PKGINSTALL= YES -USE_GMAKE= YES CONFIGURE_ARGS+= --without-gtk CONFIGURE_ARGS+= --without-kde diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common index a2d062c8be3..ac08a3f06ae 100644 --- a/misc/celestia/Makefile.common +++ b/misc/celestia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/05/22 09:39:07 salo Exp $ # DISTNAME= celestia-${CELESTIA_VERS} @@ -16,6 +16,7 @@ CELESTIA_VERS= 1.3.0 USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_X11= YES +USE_GMAKE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |