=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v retrieving revision 1.12 retrieving revision 1.15 diff -u -p -r1.12 -r1.15 --- OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/05 06:11:55 1.12 +++ OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/06 03:29:21 1.15 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.11 2000/03/05 02:25:23 takayama Exp $ +# $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.14 2000/03/06 03:07:18 takayama Exp $ ## For debugging. #TAR_WORK=$(HOME)/tmp @@ -32,6 +32,7 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf \ texi2html:${PORTSDIR}/textproc/texi2html \ /usr/local/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk \ bash:${PORTSDIR}/shells/bash2 \ + autoconf:${PORTSDIR}/devel/autoconf \ # xdvi:${PORTSDIR}/japanese/xdvik-vflib \ ### Note: ### In order to make dvips work, you need to modify @@ -44,7 +45,8 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf \ ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4). RUN_DEPENDS=/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ - /compat/linux/usr/bin/i386-redhat-linux-egcs:${PORTSDIR}/devel/linux_devtools \ + java:${PORTSDIR}/java/jdk \ +## /compat/linux/usr/bin/i386-redhat-linux-egcs:${PORTSDIR}/devel/linux_devtools \