From 4025fc1cf5bdad37ab01035c541d4b89e974dbc3 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Fri, 24 May 2002 05:23:11 +0000 Subject: The configure script demands Gnome. Appease it. Reported by: kris --- astro/celestia/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'astro/celestia') diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index a651c9816261..f8c5d8765f45 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -23,7 +23,8 @@ PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes -WANT_GTK= yes +USE_GNOMELIBS= yes +USE_GTK= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --includedir="${LOCALBASE}/include" \ @@ -97,12 +98,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/textures/medres/*.??? \ ${DATADIR}/textures/medres/ -.include - -.if defined(HAVE_GTK) -USE_GTK= yes -.else -CONFIGURE_ARGS+=--without-gtk -.endif - -.include +.include -- cgit v1.2.3