diff options
Diffstat (limited to 'devel/i386-rtems-gcj/Makefile')
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 14c86902dbe4..e0a04eea3d21 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -34,6 +34,9 @@ NEWLIBNAME= newlib-1.11.0 MASTERDIR= ${.CURDIR}/../i386-rtems-gcj PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +# autoheader is used by the port but autoconf is not, setting USE_AUTOCONF +# will break the port. Since USE_AUTOHEADER sets USE_AUTOCONF, this is +# likely to break the port also. BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc |