summaryrefslogtreecommitdiff
path: root/misc/celestia
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2005-03-30 00:16:49 +0000
committerfredb <fredb@pkgsrc.org>2005-03-30 00:16:49 +0000
commit0b03a1a561782f84fed970a5bc83ccf209d301eb (patch)
treebcedf5c361e8890bccb8060b6333acdc0252cafc /misc/celestia
parent32ba9aeb8ee1e76915b42881a4d56b0ce8cd1afa (diff)
downloadpkgsrc-0b03a1a561782f84fed970a5bc83ccf209d301eb.tar.gz
Back out last change. I can't reproduce the problem that led me to do that
anymore, and it apparently breaks the build for "misc/celestia-kde".
Diffstat (limited to 'misc/celestia')
-rw-r--r--misc/celestia/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common
index 6d78d6c37ce..71906c286c9 100644
--- a/misc/celestia/Makefile.common
+++ b/misc/celestia/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2005/03/20 12:36:25 fredb Exp $
+# $NetBSD: Makefile.common,v 1.15 2005/03/30 00:16:49 fredb Exp $
DISTNAME= celestia-${CELESTIA_VERS}
CATEGORIES= misc x11
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --with-lua --with-glut
GCC_REQD= 3.0
-CXXFLAGS+= -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
+CXXFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
.include "../../mk/bsd.prefs.mk"