aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-07-09 05:32:44 +0800
committermarcus <marcus@FreeBSD.org>2007-07-09 05:32:44 +0800
commit871e54c9d8f54c50d5a79aea99247596a6e2042d (patch)
tree6da82732bac0674c885bbea443c646b785907072 /x11
parent81d701d381e756f9b2cbe427d841189d89b0133e (diff)
downloadfreebsd-ports-gnome-871e54c9d8f54c50d5a79aea99247596a6e2042d.tar.gz
freebsd-ports-gnome-871e54c9d8f54c50d5a79aea99247596a6e2042d.tar.zst
freebsd-ports-gnome-871e54c9d8f54c50d5a79aea99247596a6e2042d.zip
Fix the build when docbook is installed.
Diffstat (limited to 'x11')
-rw-r--r--x11/libgnome-java/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile
index dc0793d7da39..a9fb6b590f43 100644
--- a/x11/libgnome-java/Makefile
+++ b/x11/libgnome-java/Makefile
@@ -30,7 +30,9 @@ JAVA_OS= native
USE_GCC= 3.4+
USE_GNOME= gnomehack libgnomeui
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
-CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd"
+CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" \
+ ac_cv_path_DB1="nocommand" \
+ ac_cv_path_DB2="nocommand"
# jikes related
CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES}