From 0c62a54df128bc6e81dfac9ee30d6628a693d3c8 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 1 Aug 2005 06:28:20 +0000 Subject: Many thanks to hrs who kept track of my emergency call, and to Benjamin Lutz whom he got to solve my latex PDF vs. DVI generation problem, and who supplied a fix that makes simulavr's documentation build again. That way, I could reenable the doc generation for the port I just turned off about a day ago in order to unbreak the port. Submitted by: Benjamin Lutz --- devel/simulavr/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'devel/simulavr/Makefile') diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile index ec4956e..7b4968f 100644 --- a/devel/simulavr/Makefile +++ b/devel/simulavr/Makefile @@ -18,7 +18,10 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= A simulator for AVR microcontrollers BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \ - avr-ld:${PORTSDIR}/devel/avr-binutils + avr-ld:${PORTSDIR}/devel/avr-binutils \ + doxygen:${PORTSDIR}/devel/doxygen \ + latex:${PORTSDIR}/print/teTeX + #USE_BZIP2= yes USE_GMAKE= yes -- cgit v1.1