diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 13:51:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 13:51:41 +0000 |
commit | 583496797347cb6e2303d5c6a202994c199ceedc (patch) | |
tree | 56dd5b6200ccbe1752c88dd607024c0697d3bf43 /java | |
parent | Remove files/patch-pop.C(already included in source) (diff) |
add X dependence
Notes
Notes:
svn path=/head/; revision=46788
Diffstat (limited to 'java')
-rw-r--r-- | java/janosvm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/janosvm/Makefile b/java/janosvm/Makefile index e84a7760f129..90d0b69bf265 100644 --- a/java/janosvm/Makefile +++ b/java/janosvm/Makefile @@ -14,7 +14,9 @@ MASTER_SITE_SUBDIR= ${DISTNAME} MAINTAINER= ijliao@FreeBSD.org +USE_XLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-x USE_GMAKE= yes INSTALLS_SHLIB= yes |