aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-libc
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-10-08 20:02:55 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-10-08 20:02:55 +0000
commit23d43d7c4d25ad9490ebb7a69e85e7453052a440 (patch)
tree8df1b1ed75fb31cc76bc3bcff608dc7460dabccf /devel/avr-libc
parent19058d4eb8b97dda82b3bf0784edeb698e555ab2 (diff)
downloadports-23d43d7c4d25ad9490ebb7a69e85e7453052a440.tar.gz
ports-23d43d7c4d25ad9490ebb7a69e85e7453052a440.zip
I totally missed that the build now depends on transfig.
Thanks for bsd (that's Brian Dean :) for pointing that out.
Notes
Notes: svn path=/head/; revision=67663
Diffstat (limited to 'devel/avr-libc')
-rw-r--r--devel/avr-libc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile
index 05f2400795f7..75cf90ac783c 100644
--- a/devel/avr-libc/Makefile
+++ b/devel/avr-libc/Makefile
@@ -20,7 +20,8 @@ BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-gcc:${PORTSDIR}/devel/avr-gcc \
${GMAKE}:${PORTSDIR}/devel/gmake \
doxygen:${PORTSDIR}/devel/doxygen \
- latex:${PORTSDIR}/print/teTeX
+ latex:${PORTSDIR}/print/teTeX \
+ fig2dev:${PORTSDIR}/print/transfig
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils \
avr-gcc:${PORTSDIR}/devel/avr-gcc