diff options
author | hans <hans@pkgsrc.org> | 2011-11-29 18:19:32 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-29 18:19:32 +0000 |
commit | 8da97f5173f9c5d8814b17123e70149333fb0521 (patch) | |
tree | 0e73a44e20585885eb0114af8e4f0577cd0186bf /misc | |
parent | f4f1d8adca989bbb30d1631ff19a82782eeee339 (diff) | |
download | pkgsrc-8da97f5173f9c5d8814b17123e70149333fb0521.tar.gz |
Add pod2man to USE_TOOLS.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/stellarium/Makefile | 4 | ||||
-rw-r--r-- | misc/topless/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index e71f888288d..ac1abdf6e9c 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2011/11/19 17:30:36 jakllsch Exp $ +# $NetBSD: Makefile,v 1.48 2011/11/29 18:21:03 hans Exp $ DISTNAME= stellarium-0.11.1 CATEGORIES= misc @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_CMAKE= yes USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt perl +USE_TOOLS+= gmake msgfmt perl pod2man CMAKE_ARGS+= -D FreeType2_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2 CMAKE_ARGS+= -D FreeType2_LIBRARIES:PATH=${BUILDLINK_PREFIX.freetype2}/lib diff --git a/misc/topless/Makefile b/misc/topless/Makefile index adc8096846b..cb503902be3 100644 --- a/misc/topless/Makefile +++ b/misc/topless/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/29 07:32:17 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/29 18:22:05 hans Exp $ # DISTNAME= topless-1.52 @@ -12,7 +12,7 @@ LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl +USE_TOOLS+= perl pod2man INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |