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 | fe03e723930f73421831215ba41ec3a48d06419d (patch) | |
tree | 62566037c4449af7c858f88ec4ba3d1f8384906a | |
parent | a2848a5b164fe943c5f6dafe0f7b6c2260fa8731 (diff) | |
download | pkgsrc-fe03e723930f73421831215ba41ec3a48d06419d.tar.gz |
Add perl to tools so pod2man is available during the build.
-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 |