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 | 6e661f58581a0b4ef0e2894d70fc7810559b0c76 (patch) | |
tree | 37942f26b031f267bc8ec91f7cc34d171324720a | |
parent | 4389fb5b29d72115589389bc746231d2d0ddb17b (diff) | |
download | pkgsrc-6e661f58581a0b4ef0e2894d70fc7810559b0c76.tar.gz |
Needs msgfmt.
-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 |