Skip to content

Commit

Permalink
Add the forgotten dependency to gettext. This fixes the complaint
Browse files Browse the repository at this point in the history
about the incorrect pkg-plist made in rev 1.17.
  • Loading branch information
Joerg Wunsch authored and Joerg Wunsch committed Oct 10, 2002
1 parent 318b021 commit ef9626d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devel/avr-gcc-3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion devel/avr-gcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef9626d

Please sign in to comment.