summaryrefslogtreecommitdiff
path: root/misc/stellarium
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-11 11:35:39 +0000
committerjoerg <joerg>2007-01-11 11:35:39 +0000
commit7b7f8294c2bc7c724e9dae4383007a055fb6b541 (patch)
tree73a8b5e35ec6e59ca329105730771e763031855c /misc/stellarium
parent662ac99d43ec2275dd33ccaf3f2b9bc0df503eb2 (diff)
downloadpkgsrc-7b7f8294c2bc7c724e9dae4383007a055fb6b541.tar.gz
Explicitly depend on freetype2. Bump revision.
Diffstat (limited to 'misc/stellarium')
-rw-r--r--misc/stellarium/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile
index 3ba99df88c4..6ce5612d427 100644
--- a/misc/stellarium/Makefile
+++ b/misc/stellarium/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/10/06 21:01:57 adam Exp $
+# $NetBSD: Makefile,v 1.19 2007/01/11 11:35:39 joerg Exp $
DISTNAME= stellarium-0.8.2
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/}
@@ -14,5 +15,6 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"