aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-08-19 23:46:26 +0800
committerArchie Cobbs <archie@FreeBSD.org>2002-08-19 23:46:26 +0800
commit2f627fe9db90203e64fa5575e876681393830a5e (patch)
tree6d1d5e3c031c0d0840ea972d7301536ca85e3dcd /java
parent60cf4002f1c4b627fc33f456c51478c3d1aed5f7 (diff)
downloadfreebsd-ports-gnome-2f627fe9db90203e64fa5575e876681393830a5e.tar.gz
freebsd-ports-gnome-2f627fe9db90203e64fa5575e876681393830a5e.tar.zst
freebsd-ports-gnome-2f627fe9db90203e64fa5575e876681393830a5e.zip
Fix test for gnome header file.
Diffstat (limited to 'java')
-rw-r--r--java/sablevm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index fdb3284aafd0..a6209e8d839b 100644
--- a/java/sablevm/Makefile
+++ b/java/sablevm/Makefile
@@ -38,7 +38,7 @@ NATIVEDIR= ${PORTNAME}-native-library-${PORTVERSION}
CLASSESDIR= ${PORTNAME}-class-library-${PORTVERSION}
# Conditionally compile the gnome-dependent stuff
-.if !defined(USE_GNOMELIBS) && !exists(${X11BASE}/libart_lgpl/art_misc.h)
+.if !defined(USE_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa ${PATCHDIR}/extra-patch-ab
pre-fetch:
@${ECHO} ''