diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-13 22:15:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-13 22:15:30 +0000 |
commit | 6d72d607cb91e66709ac3be0812af0bfb14f3e12 (patch) | |
tree | 62566037c4449af7c858f88ec4ba3d1f8384906a /misc | |
parent | 6a85cd9a072ba1c8c42a1318901b71a6e30b5c5f (diff) | |
download | pkgsrc-6d72d607cb91e66709ac3be0812af0bfb14f3e12.tar.gz |
Add perl to tools so pod2man is available during the build.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/stellarium/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index 7f832facfa3..c32167b1c82 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2010/06/10 18:20:03 drochner Exp $ +# $NetBSD: Makefile,v 1.37 2010/06/13 22:15:30 wiz Exp $ DISTNAME= stellarium-0.10.5 +#PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/} @@ -12,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt perl USE_CMAKE= yes CMAKE_ARGS+= -D FreeType2_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2 |