diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-11-15 01:22:20 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-11-15 01:22:20 +0000 |
commit | 885a7c4491134b37b3c26fdfa3be9b70bc37b8fe (patch) | |
tree | 9ef7af9b54eb2fa8d3e3025e5202f495c8e613bb /java/sablevm | |
parent | c7652b0ec4584d63553dc6463721b596118a06aa (diff) |
Fix bug in logic for determining the right pkg-plist file to use.
Notes
Notes:
svn path=/head/; revision=70130
Diffstat (limited to 'java/sablevm')
-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 |