summaryrefslogtreecommitdiff
path: root/devel/avr-libc
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-03-28 05:10:55 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-03-28 05:10:55 +0000
commit19a9d39932afa99c4eeed16983deef60bf8dcbcb (patch)
treebe6f647d192126c5ed98ad969f97d8b1d16b7514 /devel/avr-libc
parentThe libgnomedb API has changed too much for glade to use it. (diff)
Building the docs requires parts of netpbm. While netpbm is already
implicitly required by transfig (which is listed as a build dependency), explicitly mention it again as well. PR: ports/91145
Notes
Notes: svn path=/head/; revision=158296
Diffstat (limited to 'devel/avr-libc')
-rw-r--r--devel/avr-libc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile
index eec3995a6d8f..18b6b49823b2 100644
--- a/devel/avr-libc/Makefile
+++ b/devel/avr-libc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avr-libc
PORTVERSION= 1.4.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
@@ -26,7 +26,8 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
latex:${PORTSDIR}/print/teTeX \
pdflatex:${PORTSDIR}/print/teTeX \
- fig2dev:${PORTSDIR}/print/transfig
+ fig2dev:${PORTSDIR}/print/transfig \
+ jpegtopnm:${PORTSDIR}/graphics/netpbm
.endif
USE_BZIP2= yes