diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 10:25:19 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 10:25:19 +0000 |
commit | b8b03f312f47be4a81f7457af7c0bc6603b9ec1f (patch) | |
tree | db82bf65063cfa7755f84707e22767342caa2a75 /misc/celestia/options.mk | |
parent | 200714a21bd174e28a11c602ed3a0a6d6f6ca280 (diff) | |
download | pkgsrc-b8b03f312f47be4a81f7457af7c0bc6603b9ec1f.tar.gz |
GConf2 -> GConf.
Diffstat (limited to 'misc/celestia/options.mk')
-rw-r--r-- | misc/celestia/options.mk | 4 |
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 |