diff options
author | obache <obache> | 2012-06-03 09:31:31 +0000 |
---|---|---|
committer | obache <obache> | 2012-06-03 09:31:31 +0000 |
commit | 94ef42a4c60c766a2bace8343992a1dfeeac3f52 (patch) | |
tree | a6c1208ea5e4a0cb048ca1d507266af3e85e49a9 /misc/stellarium/Makefile | |
parent | 268c0616f543959437b9bb1b6de57fded44dcf1f (diff) | |
download | pkgsrc-94ef42a4c60c766a2bace8343992a1dfeeac3f52.tar.gz |
require bsd.prefs.mk before conditional check.
Diffstat (limited to 'misc/stellarium/Makefile')
-rw-r--r-- | misc/stellarium/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index 831cd8d2a3c..140d0497e08 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/06/02 19:35:47 dholland Exp $ +# $NetBSD: Makefile,v 1.55 2012/06/03 09:31:32 obache Exp $ DISTNAME= stellarium-0.11.2 CATEGORIES= misc @@ -24,6 +24,7 @@ SUBST_FILES.mac= src/core/StelFileMgr.cpp SUBST_STAGE.mac= pre-configure SUBST_SED.mac= -e 's,Q_OS_MAC,Q_XX_MAC,' +.include "../../mk/bsd.prefs.mk" .if !empty(MACHINE_PLATFORM:MNetBSD-5*) BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-parameter BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable |