summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/celestia/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common
index bb30f7fe1af..dfd6c97a118 100644
--- a/misc/celestia/Makefile.common
+++ b/misc/celestia/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2005/03/07 09:53:33 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.13 2005/03/18 12:36:42 wiz Exp $
DISTNAME= celestia-${CELESTIA_VERS}
CATEGORIES= misc x11
@@ -14,11 +14,14 @@ CELESTIA_VERS= 1.3.2
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
+USE_LANGUAGES= c++
USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-lua --with-glut
+GCC_REQD= 3.0
+
CXXFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
.include "../../mk/bsd.prefs.mk"