diff options
author | joerg <joerg@FreeBSD.org> | 2005-08-01 06:28:20 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2005-08-01 06:28:20 +0000 |
commit | 0c62a54df128bc6e81dfac9ee30d6628a693d3c8 (patch) | |
tree | f2c2e513a8414aaed1c87d8e33d1505957292c5d /devel/simulavr/Makefile | |
parent | de894272ad1d34150684b3f4ca47fb2b8d7071e5 (diff) | |
download | FreeBSD-ports-0c62a54df128bc6e81dfac9ee30d6628a693d3c8.zip FreeBSD-ports-0c62a54df128bc6e81dfac9ee30d6628a693d3c8.tar.gz |
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 <benlutz@datacomm.ch>
Diffstat (limited to 'devel/simulavr/Makefile')
-rw-r--r-- | devel/simulavr/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |