aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-10-10 10:47:27 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-10-10 10:47:27 +0000
commitef9626d6e28246e09b8c5f6a12d8e54ad61b01f6 (patch)
tree07fb63873bd8434099b014a93e70e962f30b8a6d /devel/avr-gcc-3
parent318b021265ccbb64b1eaf29a56f6beadc1b91e2c (diff)
downloadports-ef9626d6e28246e09b8c5f6a12d8e54ad61b01f6.tar.gz
ports-ef9626d6e28246e09b8c5f6a12d8e54ad61b01f6.zip
Add the forgotten dependency to gettext. This fixes the complaint
about the incorrect pkg-plist made in rev 1.17.
Notes
Notes: svn path=/head/; revision=67734
Diffstat (limited to 'devel/avr-gcc-3')
-rw-r--r--devel/avr-gcc-3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile
index 20133cacb3e8..487815ebd725 100644
--- a/devel/avr-gcc-3/Makefile
+++ b/devel/avr-gcc-3/Makefile
@@ -22,7 +22,8 @@ MAINTAINER= joerg@freebsd.org
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils \
autoheader:${PORTSDIR}/devel/autoconf \
- perl:${PORTSDIR}/lang/perl5
+ perl:${PORTSDIR}/lang/perl5 \
+ gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils