summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-09-25 10:25:19 +0000
committerhira <hira@pkgsrc.org>2007-09-25 10:25:19 +0000
commit250167c57d240d8569cf2dda8a26fa234f4f5fef (patch)
treedb82bf65063cfa7755f84707e22767342caa2a75
parent43c4cd6a21bf04109ab0ce770974502765a3bcf7 (diff)
downloadpkgsrc-250167c57d240d8569cf2dda8a26fa234f4f5fef.tar.gz
GConf2 -> GConf.
-rw-r--r--misc/celestia/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/celestia/options.mk b/misc/celestia/options.mk
index 88bc539e93c..af90ca1be1f 100644
--- a/misc/celestia/options.mk
+++ b/misc/celestia/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/01/26 04:25:46 markd Exp $
+# $NetBSD: options.mk,v 1.3 2007/09/25 10:25:19 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.celestia
PKG_SUPPORTED_OPTIONS= # empty
@@ -22,7 +22,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.gtk
.if !empty(PKG_OPTIONS:Mgnome)
CONFIGURE_ARGS+= --with-gnome
PLIST_SRC= ${PKGDIR}/PLIST.gtk
-. include "../../devel/GConf2/schemas.mk"
+. include "../../devel/GConf/schemas.mk"
. include "../../devel/libgnomeui/buildlink3.mk"
. include "../../graphics/gtkglext/buildlink3.mk"
.endif