summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-11-28 18:05:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-11-28 18:05:49 +0000
commit499f6035b347097b351352c5d8f0a30ac6b45a92 (patch)
tree8b9644e4aa1a1fce2f7ef4f30a543db47d3ea91f /devel
parentFix installing reinstalling without cleaning WRKDIR first. (diff)
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr
Notes
Notes: svn path=/head/; revision=71214
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-gcc-3/Makefile2
-rw-r--r--devel/avr-gcc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile
index 487815ebd725..ee56be96ca1e 100644
--- a/devel/avr-gcc-3/Makefile
+++ b/devel/avr-gcc-3/Makefile
@@ -22,7 +22,6 @@ 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 \
gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils
@@ -31,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}
# Unfortunately, only some mirrors have it as a .bz2 file, while
# the original master site still uses .gz.
+USE_PERL5_BUILD= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= yes
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile
index 487815ebd725..ee56be96ca1e 100644
--- a/devel/avr-gcc/Makefile
+++ b/devel/avr-gcc/Makefile
@@ -22,7 +22,6 @@ 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 \
gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils
@@ -31,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}
# Unfortunately, only some mirrors have it as a .bz2 file, while
# the original master site still uses .gz.
+USE_PERL5_BUILD= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= yes