diff options
author | archie <archie@FreeBSD.org> | 2002-11-15 09:22:20 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2002-11-15 09:22:20 +0800 |
commit | 73113c775acb6373dbb3b4b98c55363a0e75589c (patch) | |
tree | 14f8a783507ccbbe50af7e36bdc40d308f0e7025 | |
parent | 954375e1498d988e729a9e66ed636f9a83500d8c (diff) | |
download | freebsd-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/Makefile | 2 |
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 |