summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordrochner <drochner>2012-06-04 17:40:43 +0000
committerdrochner <drochner>2012-06-04 17:40:43 +0000
commitbb4948dc919140e69e416333b63e54a9be934007 (patch)
treedfbd6e524d93733d3ea061d228edbae9c0daf469 /misc
parentf5960f6c6a192fe37296a1fc4cf85607c95b13a5 (diff)
downloadpkgsrc-bb4948dc919140e69e416333b63e54a9be934007.tar.gz
this doesn't need gmake (since it uses cmake), nor SDL_mixer
Diffstat (limited to 'misc')
-rw-r--r--misc/stellarium/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile
index 140d0497e08..d1774cb976b 100644
--- a/misc/stellarium/Makefile
+++ b/misc/stellarium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2012/06/03 09:31:32 obache Exp $
+# $NetBSD: Makefile,v 1.56 2012/06/04 17:40:43 drochner Exp $
DISTNAME= stellarium-0.11.2
CATEGORIES= misc
@@ -12,7 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_CMAKE= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake msgfmt perl pod2man
+USE_TOOLS+= 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
@@ -30,7 +30,6 @@ BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-parameter
BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable
.endif
-.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"