summaryrefslogtreecommitdiffstats
path: root/java/sablevm
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2002-11-15 01:22:20 +0000
committerarchie <archie@FreeBSD.org>2002-11-15 01:22:20 +0000
commit73113c775acb6373dbb3b4b98c55363a0e75589c (patch)
tree14f8a783507ccbbe50af7e36bdc40d308f0e7025 /java/sablevm
parent954375e1498d988e729a9e66ed636f9a83500d8c (diff)
downloadFreeBSD-ports-73113c775acb6373dbb3b4b98c55363a0e75589c.zip
FreeBSD-ports-73113c775acb6373dbb3b4b98c55363a0e75589c.tar.gz
Fix bug in logic for determining the right pkg-plist file to use.
Diffstat (limited to 'java/sablevm')
-rw-r--r--java/sablevm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index 303d30e..278a754 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
OpenPOWER on IntegriCloud