aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2002-11-15 09:22:20 +0800
committerarchie <archie@FreeBSD.org>2002-11-15 09:22:20 +0800
commit73113c775acb6373dbb3b4b98c55363a0e75589c (patch)
tree14f8a783507ccbbe50af7e36bdc40d308f0e7025
parent954375e1498d988e729a9e66ed636f9a83500d8c (diff)
downloadfreebsd-ports-gnome-73113c775acb6373dbb3b4b98c55363a0e75589c.tar.gz
freebsd-ports-gnome-73113c775acb6373dbb3b4b98c55363a0e75589c.tar.zst
freebsd-ports-gnome-73113c775acb6373dbb3b4b98c55363a0e75589c.zip
Fix bug in logic for determining the right pkg-plist file to use.
-rw-r--r--java/sablevm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index 303d30edc0ae..278a75446f94 100644
--- a/java/sablevm/Makefile
+++ b/java/sablevm/Makefile
@@ -29,7 +29,7 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
CONFIGURE_ENV= CFLAGS="-D_P1003_1B_VISIBLE -pthread -I${PREFIX}/include -L${PREFIX}/lib"
-.if defined(WITH_GNOMELIBS)
+.if defined(WITH_GNOMELIBS) || exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
USE_GNOMENG= yes
USE_GNOME= gnomelibs
PLIST= ${PKGDIR}/pkg-plist.gnome