pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/stellarium Add perl to tools so pod2man is availa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62e663c55bce
branches:  trunk
changeset: 576518:62e663c55bce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 13 22:15:30 2010 +0000

description:
Add perl to tools so pod2man is available during the build.

diffstat:

 misc/stellarium/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8cc350780ad2 -r 62e663c55bce misc/stellarium/Makefile
--- a/misc/stellarium/Makefile  Sun Jun 13 21:43:33 2010 +0000
+++ b/misc/stellarium/Makefile  Sun Jun 13 22:15:30 2010 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index