diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-09 13:24:44 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-09 13:24:44 +0000 |
commit | 75c8a1be1c9253c93fd78abb3563b9da6495151f (patch) | |
tree | 37942f26b031f267bc8ec91f7cc34d171324720a /misc | |
parent | f7a56050a691f6166588eca8fb8e1cc412be827c (diff) | |
download | pkgsrc-75c8a1be1c9253c93fd78abb3563b9da6495151f.tar.gz |
Needs msgfmt.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/stellarium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index ad0a0c2bded..e3688aefa18 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/02/11 18:05:53 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2009/03/09 13:24:44 hasso Exp $ DISTNAME= stellarium-0.10.1 CATEGORIES= misc @@ -12,7 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_CMAKE= yes CMAKE_ARGS+= -D FreeType2_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2 |