summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-13 22:15:30 +0000
committerwiz <wiz>2010-06-13 22:15:30 +0000
commitc052cbcd61a0dc879e0af70747311f1e6c5264bf (patch)
tree62566037c4449af7c858f88ec4ba3d1f8384906a /misc
parenta523e8322fa3a4f0ce58acc03ce96418c6fa8cdf (diff)
downloadpkgsrc-c052cbcd61a0dc879e0af70747311f1e6c5264bf.tar.gz
Add perl to tools so pod2man is available during the build.
Diffstat (limited to 'misc')
-rw-r--r--misc/stellarium/Makefile5
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