diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-24 13:23:11 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-24 13:23:11 +0800 |
commit | a5ad63746a70648d624f48226e3834b49abee3d9 (patch) | |
tree | e743849771302a309431ec31b7763df65f57d163 /astro | |
parent | eb9b0af27d97c52a2165ab32c2cede770dd779d3 (diff) | |
download | freebsd-ports-gnome-a5ad63746a70648d624f48226e3834b49abee3d9.tar.gz freebsd-ports-gnome-a5ad63746a70648d624f48226e3834b49abee3d9.tar.zst freebsd-ports-gnome-a5ad63746a70648d624f48226e3834b49abee3d9.zip |
The configure script demands Gnome. Appease it.
Reported by: kris
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
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 <bsd.port.pre.mk> - -.if defined(HAVE_GTK) -USE_GTK= yes -.else -CONFIGURE_ARGS+=--without-gtk -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |