mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
542df3d748
- take over maintainership (old maintainer isn't reachable) - now buildable without GNOME too (WANT_GNOME) Approved by: steve
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
--- configure.orig Sun Mar 24 14:42:24 2002
|
|
+++ configure Sun Mar 24 14:43:21 2002
|
|
@@ -3259,8 +3259,8 @@
|
|
echo "$ac_t""no" 1>&6
|
|
fi
|
|
|
|
- if eval "test x$GNOME_CONFIG = xyes"; then
|
|
- GNOME_PREFIX=`gnome-config --prefix`
|
|
+ if eval "test x$GNOME_CONFIG != xno"; then
|
|
+ GNOME_PREFIX=`$GNOME_CONFIG --prefix`
|
|
echo "configure: warning: "Will install Gnome things to $GNOME_PREFIX"" 1>&2
|
|
fi
|
|
fi
|